fix: tetratto utility class names
This commit is contained in:
parent
15b417c6d6
commit
e5ff863e94
7 changed files with 21 additions and 21 deletions
|
@ -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()")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue