Skip to content

Commit

Permalink
Move input, select styles to dark mode media block
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic committed Jul 22, 2024
1 parent 16b89c4 commit 18996bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/package-styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
input, select {
@apply dark:tce-text-slate-600
}

@media (prefers-color-scheme: dark) {
.apexcharts-legend-text {
@apply !tce-text-slate-50
}

input, select {
@apply tce-text-slate-600
}

input.ng-invalid.ng-touched {
@apply tce-border-red-700
}
Expand Down

0 comments on commit 18996bf

Please sign in to comment.