mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Make the OnBoard button green
This commit is contained in:
parent
b1919d33a5
commit
dac9a1ba40
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue