We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacdd5c commit 79705eeCopy full SHA for 79705ee
packages/gamut-styles/src/themes/core.ts
@@ -72,6 +72,12 @@ export const coreTheme = createTheme({
72
_: 'hyper-500',
73
hover: 'hyper-400',
74
},
75
+ border: {
76
+ primary: 'navy-800',
77
+ secondary: 'navy-600',
78
+ tertiary: 'navy-300',
79
+ disabled: 'navy-500',
80
+ }
81
82
dark: {
83
text: {
@@ -115,6 +121,12 @@ export const coreTheme = createTheme({
115
121
_: 'yellow-500',
116
122
hover: 'yellow-400',
117
123
124
125
+ primary: 'white',
126
+ secondary: 'white-600',
127
+ tertiary: 'white-300',
128
+ disabled: 'white-500',
129
118
130
119
131
})
120
132
.addScale('borders', ({ colors }) => ({
0 commit comments