Skip to content

Commit

Permalink
light mode added on CustomerProfile style
Browse files Browse the repository at this point in the history
  • Loading branch information
PERicci committed Mar 13, 2024
1 parent e147f8e commit 3374c6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/CustomerProfile/CustomerProfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ td {
var(--customer-row-saturation),
var(--customer-row-light)
);
}

@media (prefers-color-scheme: light) {
:root {
--customer-row-light: 80%;
}
}

0 comments on commit 3374c6e

Please sign in to comment.