summaryrefslogtreecommitdiffstats
path: root/tpl/views/button.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/button.pug')
-rw-r--r--tpl/views/button.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/button.pug b/tpl/views/button.pug
index 4b2281e..7e8f572 100644
--- a/tpl/views/button.pug
+++ b/tpl/views/button.pug
@@ -46,7 +46,7 @@ mixin view-button
46 +a-button(outline=true icon='trash') 46 +a-button(outline=true icon='trash')
47 +a-button(outline=true disabled=true icon='trash') 47 +a-button(outline=true disabled=true icon='trash')
48 48
49 each theme in ['primary', 'accent', 'positive', 'negative', 'warning'] 49 each theme in ['primary', 'accent', 'negative']
50 .c-box 50 .c-box
51 .l-button-group 51 .l-button-group
52 +a-button(variant=theme)= 'Button' 52 +a-button(variant=theme)= 'Button'