Skip to content

Commit 79705ee

Browse files
committed
added semantic border colors to colormode
1 parent eacdd5c commit 79705ee

File tree

1 file changed

+12
-0
lines changed
  • packages/gamut-styles/src/themes

1 file changed

+12
-0
lines changed

packages/gamut-styles/src/themes/core.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ export const coreTheme = createTheme({
7272
_: 'hyper-500',
7373
hover: 'hyper-400',
7474
},
75+
border: {
76+
primary: 'navy-800',
77+
secondary: 'navy-600',
78+
tertiary: 'navy-300',
79+
disabled: 'navy-500',
80+
}
7581
},
7682
dark: {
7783
text: {
@@ -115,6 +121,12 @@ export const coreTheme = createTheme({
115121
_: 'yellow-500',
116122
hover: 'yellow-400',
117123
},
124+
border: {
125+
primary: 'white',
126+
secondary: 'white-600',
127+
tertiary: 'white-300',
128+
disabled: 'white-500',
129+
}
118130
},
119131
})
120132
.addScale('borders', ({ colors }) => ({

0 commit comments

Comments
 (0)