fix: update button styles in CategoryModal for improved UI consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
# build: ./frontend/
|
#build: ./frontend/
|
||||||
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
|
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
|
||||||
container_name: adventurelog-frontend
|
container_name: adventurelog-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- postgres_data:/var/lib/postgresql/data/
|
- postgres_data:/var/lib/postgresql/data/
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# build: ./backend/
|
#build: ./backend/
|
||||||
image: ghcr.io/seanmorley15/adventurelog-backend:beta
|
image: ghcr.io/seanmorley15/adventurelog-backend:beta
|
||||||
container_name: adventurelog-backend
|
container_name: adventurelog-backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user