From 0816d8de2e37b01c43c92fab28ac535d8f3b9fa2 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 30 Dec 2023 05:32:32 +0530 Subject: [PATCH] bug fix --- src/pug/templates/control-view.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index 039e5cb..352c678 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -210,7 +210,7 @@ script#control-view-template(type="text/x-template") .macros-buttons(v-if="isMacrosPresent") each macros in this.config.macros button.macros-button(title="{{macros.id}}",@click="runMacros(macros.id)", - style="height:30px;width:40px;background-color:macros.color")macros.name + style="height:30px;width:40px;background-color:#fdffff")macros.name .tabs