Colors modules switch
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user