Use colors.$white token across schedule components (6 files)

This commit is contained in:
2026-04-20 05:16:56 +03:00
parent 928d072577
commit 94e7180a2f
6 changed files with 8 additions and 8 deletions
@@ -56,7 +56,7 @@
border: 1px solid colors.$border;
border-radius: 6px;
overflow: hidden;
background: #fff;
background: colors.$white;
}
&__header {
@@ -29,7 +29,7 @@
text-decoration: none;
transition: background-color 120ms ease;
&:hover { background: #fff; }
&:hover { background: colors.$white; }
}
&__back-arrow {
@@ -40,7 +40,7 @@
&__flight {
display: flex;
flex-direction: column;
background: #fff;
background: colors.$white;
}
&__header {
@@ -101,7 +101,7 @@
.search-button {
width: 100%;
background: colors.$blue;
color: #fff;
color: colors.$white;
border: none;
border-radius: vars.$border-radius;
padding: 12px 16px;
@@ -63,7 +63,7 @@
}
&--active {
background: #fff;
background: colors.$white;
color: colors.$blue;
.schedule-direction-switch__icon { color: colors.$blue; }
@@ -153,7 +153,7 @@
height: 18px;
border: 1.5px solid #d0d5dd;
border-radius: 3px;
background: #fff;
background: colors.$white;
position: relative;
cursor: pointer;
flex-shrink: 0;
@@ -170,7 +170,7 @@
left: 5px;
width: 5px;
height: 10px;
border: solid #fff;
border: solid colors.$white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
@@ -52,7 +52,7 @@
&:hover { background: #e8f0fa; }
&--active {
background: #fff;
background: colors.$white;
color: colors.$blue-dark;
font-weight: 600;
box-shadow: inset 0 -2px 0 #2563eb;