From 27222cb91c390a42055a7123b5a9409c928e8b26 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 18:23:02 +0200 Subject: Fixes --- tpl/views/button.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/views/button.pug') diff --git a/tpl/views/button.pug b/tpl/views/button.pug index 04414a4..edd8ef6 100644 --- a/tpl/views/button.pug +++ b/tpl/views/button.pug @@ -58,7 +58,7 @@ mixin view-button - const bg = theme.startsWith('static-black') ? 500 : 1000; - .c-box(style=`background-color: var(--static-colors--blue--${bg});`) + .c-box(style=`background-color: var(--colors--blue-static--${bg});`) .l-button-group +a-button(variant=theme)= 'Button' +a-button(variant=theme disabled=true)= 'Button' @@ -71,7 +71,7 @@ mixin view-button +a-button(variant=theme outline=true icon='trash') +a-button(variant=theme outline=true disabled=true icon='trash') - .c-box(style=`background-color: var(--static-colors--blue--${bg});`) + .c-box(style=`background-color: var(--colors--blue-static--${bg});`) .l-button-group +a-button(variant=theme primary=true)= 'Button' +a-button(variant=theme primary=true disabled=true)= 'Button' -- cgit v1.2.3-70-g09d2