feat.[SWV-812] 공통 리소스 이미지 관리 방식 변경(videoPlay, Arrow)
This commit is contained in:
@@ -31,7 +31,7 @@ const getColorCode = ({
|
||||
* @returns 색상 값
|
||||
*/
|
||||
export const getColorCodeFromData = (
|
||||
data: ColorObject,
|
||||
data: ColorObject | undefined,
|
||||
type: 'btn' | 'txt' | 'none' = 'txt'
|
||||
) => {
|
||||
const suffixMap: Record<'btn' | 'txt' | 'none', string> = {
|
||||
|
||||
Reference in New Issue
Block a user