Skip to content

Commit

Permalink
fix(scroll): improve the color contrast on the third step
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic authored and WGB5445 committed Nov 14, 2023
1 parent 5ecc278 commit 51e4428
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export default function Scroll() {
}
sx={{
color: '#888',

fontSize:
'15px',
':hover':
Expand Down Expand Up @@ -354,14 +355,19 @@ export default function Scroll() {
<Button
variant="contained"
onClick={handleNext}
sx={{ mt: 1, mr: 1 }}
sx={{
mt: 1,
mr: 1,
}}
size="small"
disabled={index == 3}
>
{index == 2 ? (
<Link
href="https://scroll.io/developer-nft/check-eligibility"
target="_blank"
sx={{ color: '#fff' }}
underline="none"
>
{getText(
activeStep,
Expand Down

1 comment on commit 51e4428

@vercel
Copy link

@vercel vercel bot commented on 51e4428 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.