Make the OnBoard button green

This commit is contained in:
Lexi Mattick 2023-05-27 17:53:14 -04:00
parent b1919d33a5
commit dac9a1ba40

View file

@ -309,7 +309,14 @@ const ShipPage = () => {
</Heading>
<Box sx={{ mt: 16 }}>
<Button variant="ctaLg" as="a" href="#apply">
<Button
variant="ctaLg"
as="a"
href="#apply"
sx={{
background: t => t.util.gx('#60cc38', '#113b11')
}}
>
How do I apply?
</Button>
</Box>