메뉴 배너 관리

This commit is contained in:
2025-04-21 14:14:34 +09:00
parent 1598fa93b6
commit d2ac5b338e
18 changed files with 935 additions and 13 deletions

View File

@@ -73,6 +73,10 @@ export const STATUS_STYLES = {
background: '#FFB59B',
color: 'white'
},
DELETE: {
background: '#FFB59B',
color: 'white'
},
RUNNING: {
background: '#4287f5',
color: 'white'