Fix inverted color on Learn More button

This commit is contained in:
Reckless_Satoshi 2023-07-24 02:59:10 -07:00
parent 371044e838
commit 63c17e15f4
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -277,7 +277,6 @@ const Onboarding = ({
</Grid> </Grid>
<Grid item> <Grid item>
<Button <Button
sx={{ color: 'black' }}
component={Link} component={Link}
href='https://learn.robosats.com' href='https://learn.robosats.com'
target='_blank' target='_blank'