Normalize body-text #222 to colors.$text-color across 10 SCSS files

This commit is contained in:
2026-04-20 03:50:54 +03:00
parent 1cd39b094e
commit 4aadab25e9
10 changed files with 16 additions and 14 deletions
@@ -187,7 +187,7 @@
&__title {
font-size: 18px;
font-weight: 600;
color: #222;
color: colors.$text-color;
margin: 0 0 vars.$space-s;
}
@@ -1,3 +1,5 @@
@use "../../../../styles/colors" as colors;
.flight-schedule {
background: #fff;
border-radius: 8px;
@@ -26,7 +28,7 @@
&__chevron {
font-size: 12px;
color: #222;
color: colors.$text-color;
}
&__content {
@@ -111,7 +111,7 @@
&__city {
font-size: 12px;
color: #222;
color: colors.$text-color;
}
&__airport {
@@ -150,7 +150,7 @@
&__progress-value {
font-weight: 600;
color: #222;
color: colors.$text-color;
}
&__plane-marker {
@@ -381,7 +381,7 @@
&__time-value {
font-weight: 600;
color: #222;
color: colors.$text-color;
}
&__time-offset {
@@ -419,7 +419,7 @@
padding: vars.$space-xl vars.$space-xl vars.$space-s;
font-size: 18px;
font-weight: 600;
color: #222;
color: colors.$text-color;
border-top: 1px solid #eee;
margin-top: vars.$space-m;
}
@@ -143,7 +143,7 @@
margin-bottom: 0;
cursor: pointer;
font-size: 14px;
color: #222;
color: colors.$text-color;
}
input[type="checkbox"] {