From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- tpl/views/action-button.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/views/action-button.pug') diff --git a/tpl/views/action-button.pug b/tpl/views/action-button.pug index 8fbf9ea..6fa0ce9 100644 --- a/tpl/views/action-button.pug +++ b/tpl/views/action-button.pug @@ -90,7 +90,7 @@ mixin view-action-button - const bg = theme.startsWith('static-black') ? 500 : 1000; - .c-box(style=`background-color: var(--colors--blue-static--${bg});`) + .c-box(style=`background-color: var(--static-colors--blue--${bg});`) +action-button(theme=theme)= 'Idle' = ' ' +action-button(theme=theme selected=true)= 'Selected' @@ -99,7 +99,7 @@ mixin view-action-button = ' ' +action-button(theme=theme selected=true disabled=true)= 'Selected + disabled' - .c-box(style=`background-color: var(--colors--blue-static--${bg});`) + .c-box(style=`background-color: var(--static-colors--blue--${bg});`) +action-button(theme=theme quiet=true)= 'Idle' = ' ' +action-button(theme=theme quiet=true selected=true)= 'Selected' -- cgit v1.2.3-70-g09d2