배너 detailGrid 적용
배너 수정 및 삭제
This commit is contained in:
@@ -66,11 +66,11 @@ export const STATUS_STYLES = {
|
||||
color: 'white'
|
||||
},
|
||||
WAIT: {
|
||||
background: '#DEBB46',
|
||||
background: '#FAAD14',
|
||||
color: 'black'
|
||||
},
|
||||
FAIL: {
|
||||
background: '#D33B27',
|
||||
background: '#ff4d4f',
|
||||
color: 'white'
|
||||
},
|
||||
FINISH: {
|
||||
@@ -78,11 +78,11 @@ export const STATUS_STYLES = {
|
||||
color: 'black'
|
||||
},
|
||||
REJECT: {
|
||||
background: '#D33B27',
|
||||
background: '#ff4d4f',
|
||||
color: 'white'
|
||||
},
|
||||
CANCEL: {
|
||||
background: '#D33B27',
|
||||
background: '#ff4d4f',
|
||||
color: 'white'
|
||||
},
|
||||
RESV_START: {
|
||||
@@ -106,7 +106,7 @@ export const STATUS_STYLES = {
|
||||
color: 'white'
|
||||
},
|
||||
REGISTER: {
|
||||
background: '#DEBB46',
|
||||
background: '#FAAD14',
|
||||
color: 'black'
|
||||
},
|
||||
STOP: {
|
||||
@@ -192,4 +192,5 @@ export const historyTables = {
|
||||
notice: 'notice',
|
||||
battleEvent: 'battle_event',
|
||||
caliumRequest: 'calium_request',
|
||||
menuBanner: 'menu_banner',
|
||||
}
|
||||
Reference in New Issue
Block a user