Fix custom colour padding on labels dropdown, fix cancel button style

This commit is contained in:
Jackson Harper 2022-09-26 15:47:36 +08:00
parent cc05f4dac7
commit 9fe879e141
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ const MainContainer = styled(Box, {
const CustomLabelWrapper = styled(Box, {
fontSize: 13,
padding: '$2',
padding: 24,
borderRadius: 3,
cursor: 'default',
color: '$grayText',

View file

@ -876,7 +876,7 @@ function DesktopEditCard(props: any) {
css={{ marginLeft: 'auto', width: '100%' }}
>
<Button
style="plainIcon"
style="ctaOutlineYellow"
css={{ mr: '12px' }}
onClick={() => {
resetState()