Skip to content

Commit df4b55b

Browse files
authored
fix: actions dropdown options color (#952)
1 parent 57a77bc commit df4b55b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/unfold/forms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ class ActionForm(forms.Form):
4949
"py-2",
5050
"pr-8",
5151
"rounded",
52+
"text-white",
53+
"*:text-base-700",
5254
"lg:min-w-72",
5355
]
5456
),

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.

0 commit comments

Comments
 (0)