Skip to content

Commit 60d7f82

Browse files
committed
Update theme colors
1 parent a8b2368 commit 60d7f82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/client/src/theme/theme.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const theme = {
1515
warning: createColorPalette('#FFC849'),
1616
success: createColorPalette('#46D6CD'),
1717
info: createColorPalette('#1A5BDB'),
18-
surface: createColorPalette('#FFF')
18+
surface: createColorPalette('#FFF'),
19+
gray: createColorPalette(base)
1920
},
2021
fonts: {
2122
body: 'Inter',
@@ -142,7 +143,7 @@ const theme = {
142143
const { colorScheme: c } = props;
143144
return {
144145
border: '2px solid',
145-
borderColor: `${c}.200a`,
146+
borderColor: `${c}.200`,
146147
'.chakra-button__group[data-attached][data-orientation=horizontal] > &:not(:last-of-type)':
147148
{ marginEnd: '-2px' },
148149
'.chakra-button__group[data-attached][data-orientation=vertical] > &:not(:last-of-type)':

0 commit comments

Comments
 (0)