매수, 매도 색상 수정
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/** 프로젝트 공통 — 매매 시그널 색 (매수: 빨강, 매도: 파랑) */
|
||||
export const TRADE_BUY_COLOR = '#ef5350';
|
||||
export const TRADE_SELL_COLOR = '#4dabf7';
|
||||
export const TRADE_BUY_COLOR_HOVER = '#e53935';
|
||||
export const TRADE_SELL_COLOR_HOVER = '#339af0';
|
||||
Reference in New Issue
Block a user