mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set the link colour. Safari needs this
This commit is contained in:
parent
11429dddc0
commit
6231741281
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue