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

@ -26,7 +26,7 @@ const emit = defineEmits(['action'])
<style scoped>
button {
background-color: var(--color-action-button);
background-color: var(--color-button-primary, #007bff);
color: var(--color-action-button-text, white);
padding: .5rem 1rem;
border: none;