feat: Improve accessibility everywhere

This commit is contained in:
Jesse Wierzbinski 2024-06-09 18:33:14 -10:00
parent 192c7f83c3
commit 6e2401b67d
No known key found for this signature in database
10 changed files with 41 additions and 33 deletions

View file

@ -1,5 +1,5 @@
<template>
<ButtonsBase :loading="loading" class="bg-pink-500 hover:bg-pink-400">
<ButtonsBase :loading="loading" class="bg-pink-600 hover:bg-pink-500">
<slot />
</ButtonsBase>
</template>