mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
fix: update button styles in CategoryModal for improved UI consistency
This commit is contained in:
parent
06a5bb06b3
commit
27a27545ca
2 changed files with 4 additions and 4 deletions
|
@ -186,7 +186,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => startEdit(category)}
|
on:click={() => startEdit(category)}
|
||||||
class="btn btn-xs btn-outline"
|
class="btn btn-xs btn-neutral"
|
||||||
>
|
>
|
||||||
{$t('lodging.edit')}
|
{$t('lodging.edit')}
|
||||||
</button>
|
</button>
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
on:click={() => removeCategory(category)}
|
on:click={() => removeCategory(category)}
|
||||||
class="btn btn-xs btn-error btn-outline"
|
class="btn btn-xs btn-error"
|
||||||
>
|
>
|
||||||
{$t('adventures.remove')}
|
{$t('adventures.remove')}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue