refactor(theme): update neutral color from gray to slate
This commit is contained in:
@@ -9,9 +9,9 @@ export const breakpoints = {
|
|||||||
} satisfies ThemeConfig['breakpoints']
|
} satisfies ThemeConfig['breakpoints']
|
||||||
|
|
||||||
export const themeConfig: ThemeConfig = {
|
export const themeConfig: ThemeConfig = {
|
||||||
neutral: 'gray',
|
neutral: 'slate',
|
||||||
colorVariation: { dark: true, alpha: false, p3: false },
|
colorVariation: { dark: true, alpha: false, p3: false },
|
||||||
includeColors: ['teal', 'gray'],
|
includeColors: ['teal', 'slate'],
|
||||||
semanticColors: { primary: 'teal' },
|
semanticColors: { primary: 'teal' },
|
||||||
breakpoints
|
breakpoints
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user