Skip to content

Commit

Permalink
changed text using color-grey to color-secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
jadzeidan committed Oct 28, 2022
1 parent 094abeb commit c95a1ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontends/web/src/components/aopp/aopp.module.css
Expand Up @@ -13,7 +13,7 @@
}

.successText {
color: var(--color-gray);
color: var(--color-secondary);
font-weight: 400;
font-size: var(--size-subheader);
margin-bottom: var(--space-quarter);
Expand Down
2 changes: 1 addition & 1 deletion frontends/web/src/components/badge/badge.module.css
Expand Up @@ -9,7 +9,7 @@
}

.generic {
color: var(--color-gray);
color: var(--color-secondary);
}

.primary {
Expand Down
2 changes: 1 addition & 1 deletion frontends/web/src/components/sidebar/sidebar.css
Expand Up @@ -73,7 +73,7 @@
.sidebarHeader {
font-size: var(--sidebar-header-size);
line-height: var(--sidebar-header-line-height);
color: var(--color-gray);
color: var(--color-secondary);
text-transform: uppercase;
}

Expand Down
Expand Up @@ -88,7 +88,7 @@
.label,
.columnLabel,
.inlineLabel {
color: var(--color-gray);
color: var(--color-secondary);
font-size: var(--size-default);
}

Expand Down
2 changes: 1 addition & 1 deletion frontends/web/src/routes/account/add/add.module.css
Expand Up @@ -18,7 +18,7 @@
}

.successMessage {
color: var(--color-gray);
color: var(--color-secondary);
}

.successMessage strong {
Expand Down
2 changes: 1 addition & 1 deletion frontends/web/src/routes/exchanges/exchanges.module.css
Expand Up @@ -100,7 +100,7 @@
}

:global(.exchange-hostname) {
color: var(--color-gray);
color: var(--color-secondary);
padding-top: calc(var(--space-half) * .5);
}

Expand Down
@@ -1,5 +1,5 @@
.defaultFiat {
color: var(--color-gray);
color: var(--color-secondary);
}

.star {
Expand Down

0 comments on commit c95a1ee

Please sign in to comment.