refactor(theme): update neutral color from gray to slate

This commit is contained in:
2026-02-24 16:37:31 -06:00
parent d4d34739d2
commit c0a3a76f13

View File

@@ -9,9 +9,9 @@ export const breakpoints = {
} satisfies ThemeConfig['breakpoints']
export const themeConfig: ThemeConfig = {
neutral: 'gray',
neutral: 'slate',
colorVariation: { dark: true, alpha: false, p3: false },
includeColors: ['teal', 'gray'],
includeColors: ['teal', 'slate'],
semanticColors: { primary: 'teal' },
breakpoints
}