Dont break light gray buttons

This commit is contained in:
Jackson Harper
2022-04-20 11:39:49 -07:00
parent 758efc3845
commit 21c6b1fe01

View File

@ -47,9 +47,6 @@ export const Button = styled('button', {
visibility: 'visible',
},
},
'@md': {
bg: 'rgb(125, 125, 125, 0.1)',
},
'.ctaButtonIcon': {
visibility: 'hidden',
}