summaryrefslogtreecommitdiffstats
path: root/tpl/views/button.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-06-23 19:05:33 +0200
committerVolpeon <git@volpeon.ink>2024-06-23 19:05:33 +0200
commit64a841c69ead262666dd0754218585d0f05cf735 (patch)
tree2e6d3462d544c18d51e1e9930a2d95f98111e219 /tpl/views/button.pug
parentUpdate (diff)
downloadiro-design-64a841c69ead262666dd0754218585d0f05cf735.tar.gz
iro-design-64a841c69ead262666dd0754218585d0f05cf735.tar.bz2
iro-design-64a841c69ead262666dd0754218585d0f05cf735.zip
WIP: New color calculations
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'