updated list settings to use button action components

This commit is contained in:
Edward Tirado Jr 2026-04-16 17:58:28 -05:00
parent 84f369f4c6
commit 8e48132561
6 changed files with 49 additions and 10 deletions

View file

@ -5,7 +5,9 @@
--result-background: #c4c1d2;
--panel-background: #f5f5f5;
--card-background: #c4c1d2;
--color-action-button: #4caf50;
--color-button-primary: #4caf50;
--color-button-warning: #f59e0b;
--color-button-danger: #fb3b3b;
--color-action-button-text: #fff;
--color-error-text: red;
--color-error-text: #fb3b3b;
}