fix: tetratto utility class names

This commit is contained in:
trisua 2025-08-03 23:25:39 -04:00
parent 15b417c6d6
commit e5ff863e94
7 changed files with 21 additions and 21 deletions

View file

@ -21,9 +21,9 @@
(div (text "{{ metadata.safety_content_warning|markdown|safe }}"))
(hr)
(div
("class" "flex flex-col gap-4")
("class" "flex flex-col gap_4")
(label
("class" "flex flex-row gap-2 items-center")
("class" "flex flex-row gap_2 items_center")
("for" "open_in_high_contrast")
(input
("type" "checkbox")
@ -31,7 +31,7 @@
("name" "open_in_high_contrast"))
(span (text "Open in high contrast")))
(div
("class" "flex gap-2")
("class" "flex gap_2")
(button
("class" "button surface green")
("onclick" "accept()")