Set the link colour. Safari needs this

This commit is contained in:
Jackson Harper
2022-04-12 20:09:03 -07:00
parent 11429dddc0
commit 6231741281

View File

@ -167,6 +167,7 @@ function EditLabelsButtonFooter(props: EditLabelsButtonFooterProps): JSX.Element
css={{
width: '100%', height: '42px',
bg: props.focused ? '$grayBgActive' : 'unset',
color: theme.colors.grayText.toString(),
'a:link': {
textDecoration: 'none',
},