Tailwind conversion halfway done

This commit is contained in:
Vinson Zheng
2024-02-16 16:34:06 -06:00
parent 6b7e45b5f4
commit d21843468b
4 changed files with 18 additions and 43 deletions

View File

@@ -1,6 +1,3 @@
@use 'sass:color';
@use 'src/views/styles/colors.module.scss';
.dayLabelContainer {
display: flex;
flex-direction: row;
@@ -32,7 +29,6 @@
.day {
gap: 5px;
color: colors.$burnt_orange;
text-align: center;
font-size: 14.22px;
font-style: normal;