From 64a841c69ead262666dd0754218585d0f05cf735 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 23 Jun 2024 19:05:33 +0200 Subject: WIP: New color calculations --- tpl/views/button.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/views/button.pug') 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 +a-button(outline=true icon='trash') +a-button(outline=true disabled=true icon='trash') - each theme in ['primary', 'accent', 'positive', 'negative', 'warning'] + each theme in ['primary', 'accent', 'negative'] .c-box .l-button-group +a-button(variant=theme)= 'Button' -- cgit v1.2.3-54-g00ecf