File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/client/src/theme Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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)' :
You can’t perform that action at this time.
0 commit comments