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