diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/dialog.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 2cbbd4f..3cbe95e 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug | |||
@@ -10,7 +10,7 @@ mixin dialog(title) | |||
10 | +rule('medium') | 10 | +rule('medium') |
11 | section.o-dialog__body | 11 | section.o-dialog__body |
12 | block | 12 | block |
13 | footer.o-dialog__footer | 13 | footer.o-dialog__footer.l-button-group |
14 | +a-button(outline=true)= 'Cancel' | 14 | +a-button(outline=true)= 'Cancel' |
15 | = ' ' | 15 | = ' ' |
16 | +a-button(outline=true variant='primary')= 'Continue' | 16 | +a-button(outline=true variant='primary')= 'Continue' |