Skip to content

Commit

Permalink
fix: made the 'sign in to continue to your...' charcoal instead of green
Browse files Browse the repository at this point in the history
  • Loading branch information
jojayama committed Jan 24, 2025
1 parent d4ea9b4 commit a177480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/createAccount/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function CreateAccount() {
}}
/>
</Box>
<p style={{ color: "#596334", textAlign: "center", marginTop: "10px", paddingTop: "70px" }}>
<p style={{ color: "#33333", textAlign: "center", marginTop: "10px", paddingTop: "70px" }}>
Sign in to continue to your <br /> CCHTF dashboard
</p>
<FormControl
Expand Down

0 comments on commit a177480

Please sign in to comment.