Fix RangeSlider visual bugs
Django CI/CD / test (push) Failing after 1m14s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-06-10 20:33:56 +02:00
parent 5f5ff19390
commit 9bf7215125
5 changed files with 233 additions and 29 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ def Radio(
return Label(
attributes=[
("class", "flex items-center gap-1.5 text-sm text-heading cursor-pointer")
("class", "flex items-center gap-1 text-sm text-heading cursor-pointer")
],
children=[input_el, label],
)