Skip to content

Commit cd4cdb7

Browse files
authored
Merge pull request #434 from transformerlab/fix/dropdown-dark-mode-bg
Fixed dropdown dark mode background
2 parents 013b8e2 + ab5f2bb commit cd4cdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ textarea {
223223
border-radius: 3px;
224224
line-height: 1.5rem;
225225
height: 2rem;
226-
background: #fff;
226+
background: var(--joy-palette-background-level1);
227227
min-width: 200px;
228228
margin: 0 5px 5px 0;
229229
font-size: 14px;

0 commit comments

Comments
 (0)