diff --git a/app/assets/css/variables.css b/app/assets/css/variables.css
index e3b3fc5..8232166 100644
--- a/app/assets/css/variables.css
+++ b/app/assets/css/variables.css
@@ -5,9 +5,7 @@
--result-background: #c4c1d2;
--panel-background: #f5f5f5;
--card-background: #c4c1d2;
- --color-button-primary: #4caf50;
- --color-button-warning: #f59e0b;
- --color-button-danger: #fb3b3b;
+ --color-action-button: #4caf50;
--color-action-button-text: #fff;
- --color-error-text: #fb3b3b;
+ --color-error-text: red;
}
\ No newline at end of file
diff --git a/app/components/common/button-action.vue b/app/components/common/button-action.vue
index 0a663f2..980109b 100644
--- a/app/components/common/button-action.vue
+++ b/app/components/common/button-action.vue
@@ -1,27 +1,20 @@
-
+