Colors modules switch

This commit is contained in:
2024-02-02 20:44:52 -06:00
parent 1683d8c48b
commit fb6781e17f

View File

@@ -1,6 +1,5 @@
:root { @use 'sass:color';
--Primary-Colors-Burnt-Orange: #BF5700; @use 'src/views/styles/colors.module.scss';
}
.dayLabelContainer { .dayLabelContainer {
display: flex; display: flex;
@@ -15,7 +14,7 @@
} }
.dayLabel { .dayLabel {
color: var(--Primary-Colors-Burnt-Orange); color: colors.$burnt_orange;
text-align: center; text-align: center;
font-family: Roboto; font-family: Roboto;
font-size: 14.22px; font-size: 14.22px;