added button as editable color

This commit is contained in:
Olivier Gagnon
2021-10-28 17:38:22 -04:00
parent ec49029dde
commit a34d6e0dfa
5 changed files with 16 additions and 4 deletions

View File

@@ -241,6 +241,12 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
color={customTheme["backgroundsecondary"]}
defaultColor={defaultSettings.theme["backgroundsecondary"]}
/>
<ColorEditor
name="button"
onColorChange={onColorChange}
color={customTheme["button"]}
defaultColor={defaultSettings.theme["button"]}
/>
<br />
<ColorEditor