merge main

This commit is contained in:
Casey 2026-01-09 12:50:46 -06:00
parent f7ce3a39d0
commit 4c8e66d155
9 changed files with 349 additions and 206 deletions

View file

@ -93,7 +93,7 @@ const formatDate = (date) => {
.section-label {
font-weight: 500;
color: var(--theme-text-muted);
color: var(--theme-text-dark);
white-space: nowrap;
font-size: 0.85rem;
}
@ -130,7 +130,7 @@ const formatDate = (date) => {
.customer-name {
font-size: 0.75rem;
color: var(--theme-text-muted);
color: var(--theme-text-dark);
font-weight: 500;
}