Fix the utility text color in menus, make theme switcher smaller
This commit is contained in:
@ -183,8 +183,8 @@ export const Button = styled('button', {
|
||||
p: '0px',
|
||||
m: '0px',
|
||||
ml: '0px',
|
||||
width: '68px',
|
||||
height: '52px',
|
||||
width: '60px',
|
||||
height: '48px',
|
||||
fontSize: '14px',
|
||||
border: 'unset',
|
||||
borderRadius: '6px',
|
||||
|
||||
@ -19,7 +19,7 @@ const itemStyles = {
|
||||
px: '24px',
|
||||
borderRadius: 3,
|
||||
cursor: 'default',
|
||||
color: '$grayText',
|
||||
color: '$utilityTextDefault',
|
||||
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
@ -106,7 +106,7 @@ const StyledArrow = styled(Arrow, {
|
||||
})
|
||||
|
||||
const StyledLabel = styled(Label, {
|
||||
color: '$grayText',
|
||||
color: '$utilityTextDefault',
|
||||
fontSize: 13,
|
||||
padding: '5px 10px',
|
||||
cursor: 'default',
|
||||
|
||||
Reference in New Issue
Block a user