Use the CTA colour for the contact email address

This commit is contained in:
Jackson Harper 2023-01-03 09:50:59 +08:00
parent 2bb1b2fd9c
commit d85f3b1dd3

View file

@ -1,6 +1,7 @@
import Link from 'next/link'
import { Box, HStack } from '../../elements/LayoutPrimitives'
import { GithubLogo, DiscordLogo, TwitterLogo } from 'phosphor-react'
import { theme } from '../../tokens/stitches.config'
const containerStyles = {
padding: '5vw',
@ -65,6 +66,9 @@ const supportStyles = {
'@mdDown': {
fontSize: '3vw',
},
a: {
color: theme.colors.omnivoreCtaYellow.toString(),
},
}
const imageStyles = {