Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 453da5d

Browse files
committed
Merge pull request #240 from appirio-tech/feature/settings-styles
fixed missing scss var
2 parents 7b500a9 + 5d42332 commit 453da5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/settings/settings.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@include sofia-pro-bold;
2424
font-size: 22px;
2525
line-height: 26px;
26-
color: $primary-text;
26+
color: black;
2727
text-transform: uppercase;
2828
@media only screen and (min-width: 600px) {
2929
margin-bottom: 0;
@@ -133,7 +133,7 @@
133133
.form-label {
134134
@include sofia-pro-regular;
135135
font-size: 12px;
136-
color: $primary-text;
136+
color: black;
137137
text-transform: uppercase;
138138
margin-bottom: 5px;
139139
margin-top: 5px;

0 commit comments

Comments
 (0)