Skip to content

Commit 034ad11

Browse files
committed
feat: option tag supports dark mode
1 parent 8cbc0bc commit 034ad11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ input:-webkit-autofill + .floating-label_outline .floating-label_label {
221221
-webkit-text-fill-color: #fff;
222222
color: #fff;
223223
}
224+
option {
225+
background-color: #222;
226+
color: #fff;
227+
}
224228
}
225229

226230
floating-label

0 commit comments

Comments
 (0)