mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(blocks-antd): Fix button color on focus.
This commit is contained in:
parent
bacaedbbc8
commit
c56d1e4043
@ -47,6 +47,10 @@ const ButtonBlock = ({
|
||||
backgroundColor: color(properties.color, 5),
|
||||
borderColor: color(properties.color, 5),
|
||||
},
|
||||
'&:focus': properties.color && {
|
||||
backgroundColor: properties.color,
|
||||
borderColor: properties.color,
|
||||
},
|
||||
},
|
||||
properties.style,
|
||||
])}
|
||||
|
Loading…
x
Reference in New Issue
Block a user