feat(ui): improve embed button styles

This commit is contained in:
psychedelicious
2023-07-07 23:14:31 +10:00
parent 2cbe98b1b1
commit 78bcaec4da
3 changed files with 33 additions and 14 deletions

View File

@@ -33,12 +33,21 @@ const PinParametersPanelButton = (props: PinParametersPanelButtonProps) => {
variant="ghost"
size="sm"
sx={{
color: 'base.700',
color: 'base.500',
_hover: {
color: 'base.550',
color: 'base.600',
},
_active: {
color: 'base.700',
},
_dark: {
color: 'base.500',
_hover: {
color: 'base.400',
},
_active: {
color: 'base.300',
},
},
...sx,
}}