merge main
This commit is contained in:
parent
f7ce3a39d0
commit
4c8e66d155
9 changed files with 349 additions and 206 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ const themeMap = {
|
|||
textMuted: "#8798afff",
|
||||
textDark: "#0b1220",
|
||||
textLight: "#ffffff",
|
||||
textAlt: "#06274aff",
|
||||
},
|
||||
"Nuco Yard Care": {
|
||||
primary: "#3b7f2f",
|
||||
|
|
@ -42,6 +43,7 @@ const themeMap = {
|
|||
textMuted: "#4b5b35",
|
||||
textDark: "#192016",
|
||||
textLight: "#ffffff",
|
||||
textAlt: "#172519ff",
|
||||
},
|
||||
"Lowe Fencing": {
|
||||
primary: "#2f3b52",
|
||||
|
|
@ -63,6 +65,7 @@ const themeMap = {
|
|||
textMuted: "#42506a",
|
||||
textDark: "#0b1220",
|
||||
textLight: "#ffffff",
|
||||
textAlt: "#291d3aff",
|
||||
},
|
||||
"Veritas Stone": {
|
||||
primary: "#7a6f63",
|
||||
|
|
@ -84,6 +87,7 @@ const themeMap = {
|
|||
textMuted: "#5a5047",
|
||||
textDark: "#231c16",
|
||||
textLight: "#ffffff",
|
||||
textAlt: "#25201bff",
|
||||
},
|
||||
"Daniels Landscape Supplies": {
|
||||
primary: "#2f6b2f",
|
||||
|
|
@ -105,6 +109,7 @@ const themeMap = {
|
|||
textMuted: "#4f5b3f",
|
||||
textDark: "#162016",
|
||||
textLight: "#ffffff",
|
||||
textAlt: "#172519ff",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue