Reduce redundancy of labels for theme setting

This commit is contained in:
Brandon Presley 2023-01-03 11:31:25 +13:00
parent 24e230e8b9
commit d0702b7675
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
import {darkColors, lightColors} from './colors'
export const themeOptions = [
{label: 'Follow system theme', value: 'system'},
{label: 'Dark theme', value: 'dark'},
{label: 'Light theme', value: 'light'},
{label: 'System', value: 'system'},
{label: 'Dark', value: 'dark'},
{label: 'Light', value: 'light'},
]
export const lightOptions = lightColors.map(color => ({