fix(templates): align cancel button styling across all form pages
- Update bags, brews, and gear cancel buttons to match cafes/roasters style - Use amber-300 border with stone-700 text for consistent cancel button appearance
This commit is contained in:
parent
e9bb291f83
commit
10c19b1f67
3 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@
|
|||
<div class="flex justify-end gap-3">
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-md px-4 py-2 text-sm font-medium text-stone-600 hover:bg-stone-200/50"
|
||||
class="rounded-md border border-amber-300 px-4 py-2 text-sm font-semibold text-stone-700 transition hover:border-amber-400 hover:text-stone-800"
|
||||
data-on:click="$_showForm = false"
|
||||
>
|
||||
Cancel
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
<div class="flex justify-end gap-3">
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-md px-4 py-2 text-sm font-medium text-stone-600 hover:bg-stone-200/50"
|
||||
class="rounded-md border border-amber-300 px-4 py-2 text-sm font-semibold text-stone-700 transition hover:border-amber-400 hover:text-stone-800"
|
||||
data-on:click="$_showForm = false"
|
||||
>
|
||||
Cancel
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
<div class="flex justify-end gap-3">
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-md px-4 py-2 text-sm font-medium text-stone-600 hover:bg-stone-200/50"
|
||||
class="rounded-md border border-amber-300 px-4 py-2 text-sm font-semibold text-stone-700 transition hover:border-amber-400 hover:text-stone-800"
|
||||
data-on:click="$_showForm = false"
|
||||
>
|
||||
Cancel
|
||||
|
|
|
|||
Loading…
Reference in a new issue