Skip to content

Commit

Permalink
Fix success message subtitle color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
henryboldi committed Jun 29, 2021
1 parent de063eb commit 380677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Onboarding/OnboardingVerifySeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function SuccessMessage() {
line-height: 32px;
}
.subtitle {
color: #667c7a;
color: var(--green-60);
font-size: 16px;
font-weight: 500;
line-height: 24px;
Expand Down

0 comments on commit 380677c

Please sign in to comment.