updated list settings to use button action components
This commit is contained in:
parent
84f369f4c6
commit
8e48132561
6 changed files with 49 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue