mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 08:51:08 +11:00
fixing conflicts
This commit is contained in:
parent
b5a914db9f
commit
237e071b98
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const colorScales = [
|
||||||
|
|
||||||
type ColorNames = keyof typeof colors
|
type ColorNames = keyof typeof colors
|
||||||
const selectedColor = useStorage<ColorNames>('preferred-color', 'swarm')
|
const selectedColor = useStorage<ColorNames>('preferred-color', 'swarm')
|
||||||
const isAmoledMode = useStorage('amoled-mode', true)
|
const isAmoledMode = useStorage('amoled-mode', false)
|
||||||
|
|
||||||
const colorOptions = Object.keys(colors).filter(
|
const colorOptions = Object.keys(colors).filter(
|
||||||
(key) => typeof colors[key as keyof typeof colors] === 'object'
|
(key) => typeof colors[key as keyof typeof colors] === 'object'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue