Skip to content

Commit b08f203

Browse files
fix: Input text box color does not change along with rest of the interface
1 parent a9c3be2 commit b08f203

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
@@ -696,6 +696,10 @@ hr,
696696
text-decoration: underline;
697697
}
698698

699+
#platformDropdownBtn {
700+
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
701+
}
702+
699703
.dark-mode #platformDropdownBtn {
700704
background-color: #404040 !important;
701705
border-color: #505050 !important;

0 commit comments

Comments
 (0)