mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix custom colour padding on labels dropdown, fix cancel button style
This commit is contained in:
parent
cc05f4dac7
commit
9fe879e141
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ const MainContainer = styled(Box, {
|
|||
|
||||
const CustomLabelWrapper = styled(Box, {
|
||||
fontSize: 13,
|
||||
padding: '$2',
|
||||
padding: 24,
|
||||
borderRadius: 3,
|
||||
cursor: 'default',
|
||||
color: '$grayText',
|
||||
|
|
|
|||
|
|
@ -876,7 +876,7 @@ function DesktopEditCard(props: any) {
|
|||
css={{ marginLeft: 'auto', width: '100%' }}
|
||||
>
|
||||
<Button
|
||||
style="plainIcon"
|
||||
style="ctaOutlineYellow"
|
||||
css={{ mr: '12px' }}
|
||||
onClick={() => {
|
||||
resetState()
|
||||
|
|
|
|||
Loading…
Reference in a new issue