summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-01-21 16:27:04 +0100
committerVolpeon <git@volpeon.ink>2026-01-21 16:27:04 +0100
commitd1436a8e361e2a397edcfe7a76897d307786c5fb (patch)
treeffb647ed15d4d4ee63ca6ce1517d14df7fe8867d /tpl
parentAdd wide button modifier (diff)
downloadiro-design-d1436a8e361e2a397edcfe7a76897d307786c5fb.tar.gz
iro-design-d1436a8e361e2a397edcfe7a76897d307786c5fb.tar.bz2
iro-design-d1436a8e361e2a397edcfe7a76897d307786c5fb.zip
Rename button-group to hlist
Diffstat (limited to 'tpl')
-rw-r--r--tpl/objects/dialog.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug
index 1a2f061..95053f7 100644
--- a/tpl/objects/dialog.pug
+++ b/tpl/objects/dialog.pug
@@ -60,7 +60,7 @@ mixin dialog(title)
60 if slots.body 60 if slots.body
61 - slots.body() 61 - slots.body()
62 62
63 footer.o-dialog__footer.l-button-group 63 footer.o-dialog__footer.l-hlist
64 +button(outline=true)= 'Cancel' 64 +button(outline=true)= 'Cancel'
65 = ' ' 65 = ' '
66 +button(variant='accent')= 'Continue' 66 +button(variant='accent')= 'Continue'