mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set link colors
This commit is contained in:
parent
7c10cc08c5
commit
2f8cdaec05
2 changed files with 6 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ export default function EmailsPage(): JSX.Element {
|
|||
css={{
|
||||
my: '5px',
|
||||
fontSize: '11px',
|
||||
a: {
|
||||
color: '$omnivoreCtaYellow',
|
||||
},
|
||||
}}
|
||||
>
|
||||
{`created ${formattedShortDate(email.createdAt)}, `}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,9 @@ export default function SubscriptionsPage(): JSX.Element {
|
|||
css={{
|
||||
my: '5px',
|
||||
fontSize: '11px',
|
||||
a: {
|
||||
color: '$omnivoreCtaYellow',
|
||||
},
|
||||
}}
|
||||
>
|
||||
{`Last received ${formattedShortDate(
|
||||
|
|
|
|||
Loading…
Reference in a new issue