Skip to content

Commit

Permalink
fix: radio button default background color (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Jan 2, 2025
1 parent de5622d commit b08a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"focus:outline-offset-2",
"focus:outline-primary-500",
"after:absolute",
"after:bg-white",
"after:bg-transparent",
"after:content-['']",
"after:flex",
"after:h-2",
Expand Down

0 comments on commit b08a8b2

Please sign in to comment.