Updated settings components and date filter.

This commit is contained in:
Mike Cao 2023-01-11 08:33:43 -08:00
parent 4b5b4db108
commit 9d967fb0fe
23 changed files with 33 additions and 67 deletions

View file

@ -6,7 +6,7 @@
}
.value {
font-size: var(--font-size-xl);
font-size: var(--font-size-xxl);
line-height: 40px;
min-height: 40px;
font-weight: 600;
@ -14,7 +14,6 @@
}
.label {
font-size: var(--font-size-md);
white-space: nowrap;
display: flex;
align-items: center;