fix themePreview

This commit is contained in:
kirbo 2024-06-09 17:44:10 -07:00
parent d370e7b850
commit ed24abc10f
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ export default createTheme({
extend: { extend: {
colors: { colors: {
themePreview: { themePreview: {
primary: tokens.blue.c500, primary: tokens.black.c80,
secondary: tokens.shade.c700 secondary: tokens.black.c100
}, },
pill: { pill: {