Skip to content

Commit

Permalink
Correction of Dark Mode in Instant OPD
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitSrivastava38 committed Oct 21, 2024
1 parent 0d70720 commit 27eab52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/src/styles/OPD.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,19 +333,13 @@ input[type='file'] {
/* Dark mode date picker styling */
input[type="date"].input-dark {
background-color: #333;
/* Dark background */
color: #fff;
/* Light text */
border: 1px solid #ccc;
/* Border color for contrast */
}

/* Light mode date picker styling */
input[type="date"] {
background-color: #fff;
/* Default light background */
color: #000;
/* Default dark text */
border: 1px solid #ccc;
/* Default border color */
}

0 comments on commit 27eab52

Please sign in to comment.