Skip to content

Commit

Permalink
fix: text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Sep 12, 2023
1 parent 03348ae commit d776c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CeloModalBanner/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
color: var(--color-error-main);
}
.container a {
color: var(--color-primary-main) !important;
color: var(--color-success-main) !important;
}

.container label,
Expand Down
1 change: 1 addition & 0 deletions src/components/common/Header/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
color: var(--color-text-primary);
}

.menuButton,
Expand Down

0 comments on commit d776c8f

Please sign in to comment.