Skip to content

Commit b6c3a7b

Browse files
authored
fix: input dark color scheme (#1253)
1 parent 5454843 commit b6c3a7b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ table tr.selected th {
234234
}
235235

236236
.selector select {
237-
@apply bg-none grow w-full dark:bg-base-900;
237+
@apply bg-none grow w-full dark:bg-base-900 dark:scheme-dark;
238238
}
239239

240240
.selector option {

src/unfold/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"dark:text-font-default-dark",
8686
"dark:group-[.errors]:border-red-500",
8787
"dark:focus:group-[.errors]:outline-red-500",
88+
"dark:scheme-dark",
8889
]
8990

9091
BASE_INPUT_CLASSES = [

0 commit comments

Comments
 (0)