🚚 Move selectors to customisation tab

This commit is contained in:
ajnart
2022-06-11 19:44:11 +02:00
parent 437807a9e0
commit 169d08f3b6
2 changed files with 9 additions and 8 deletions

View File

@@ -7,9 +7,6 @@ import { ColorSchemeSwitch } from '../ColorSchemeToggle/ColorSchemeSwitch';
import ConfigChanger from '../Config/ConfigChanger';
import SaveConfigComponent from '../Config/SaveConfig';
import ModuleEnabler from './ModuleEnabler';
import { ColorSelector } from './ColorSelector';
import { ShadeSelector } from './ShadeSelector';
import { OpacitySelector } from './OpacitySelector';
export default function CommonSettings(args: any) {
const { config, setConfig } = useConfig();
@@ -70,12 +67,9 @@ export default function CommonSettings(args: any) {
/>
)}
</Group>
<ModuleEnabler />
<ColorSchemeSwitch />
<ColorSelector type="primary" />
<ColorSelector type="secondary" />
<ShadeSelector />
<OpacitySelector />
<ModuleEnabler />
<ConfigChanger />
<SaveConfigComponent />
<Text