Skip to content

Commit

Permalink
Attempt to fix select option color for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Mar 19, 2023
1 parent cbea161 commit 79ede50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
@apply w-5;
}

select option {
color: unset !important;
}

@keyframes fadeIn {
from {
opacity: 0;
Expand All @@ -69,6 +73,7 @@
opacity: 100;
}
}

}

.model-fields {
Expand Down

1 comment on commit 79ede50

@vercel
Copy link

@vercel vercel bot commented on 79ede50 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.