From f98a5c58c830a283d07d8efad4502281a5e0369e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 28 Jun 2024 14:22:27 +0200 Subject: Update --- tpl/objects/button.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/objects/button.pug') diff --git a/tpl/objects/button.pug b/tpl/objects/button.pug index b5fb8da..1fa3347 100644 --- a/tpl/objects/button.pug +++ b/tpl/objects/button.pug @@ -5,7 +5,7 @@ mixin a-button 'o-button--block': attributes.block, 'o-button--primary': attributes.primary, 'o-button--outline': attributes.outline, - 'o-button--round': !!attributes.icon + 'o-button--round': !!attributes.icon && !block } if (attributes.variant) { classes['o-button--' + attributes.variant] = true -- cgit v1.2.3-54-g00ecf