Skip to content

Commit b465652

Browse files
authored
fix: checkbox border color (#1071)
1 parent 22784f7 commit b465652

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"checked:bg-primary-600",
180180
"checked:dark:bg-primary-600",
181181
"checked:border-primary-600",
182+
"checked:dark:border-primary-600",
182183
"checked:transition-all",
183184
"checked:hover:border-primary-600",
184185
]

0 commit comments

Comments
 (0)