From 1f13187d39140f1be15846e4944b4b38be849362 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 12 Feb 2022 08:12:00 +0100 Subject: Added close button to dialog --- tpl/objects/action-button.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/objects/action-button.pug') diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug index eb524a2..a695bee 100644 --- a/tpl/objects/action-button.pug +++ b/tpl/objects/action-button.pug @@ -6,6 +6,7 @@ mixin action-button 'o-action-button': true, 'o-action-button--block': attributes.block, 'o-action-button--quiet': attributes.quiet, + 'o-action-button--round': attributes.round, 'is-disabled': attributes.disabled, 'is-selected': attributes.selected } -- cgit v1.2.3-54-g00ecf