WeekTabs + FullRouteTimeline: font-weight: 600 → fonts.$font-bold (brand palette parity)

This commit is contained in:
2026-04-20 16:56:28 +03:00
parent 3cb9f87d04
commit c283e3bab4
2 changed files with 4 additions and 2 deletions
@@ -1,5 +1,6 @@
@use "../../../../styles/colors" as colors;
@use "../../../../styles/variables" as vars;
@use "../../../../styles/fonts" as fonts;
.full-route-timeline {
background: colors.$white;
@@ -75,7 +76,7 @@
border-radius: 10px;
padding: 2px 8px;
font-size: 12px;
font-weight: 600;
font-weight: fonts.$font-bold;
}
&__duration {
@@ -1,5 +1,6 @@
@use "../../../styles/colors" as colors;
@use "../../../styles/variables" as vars;
@use "../../../styles/fonts" as fonts;
.week-tabs {
display: flex;
@@ -54,7 +55,7 @@
&--active {
background: colors.$white;
color: colors.$blue-dark;
font-weight: 600;
font-weight: fonts.$font-bold;
box-shadow: inset 0 -2px 0 colors.$blue;
cursor: default;
}