feat.[SWV-812] 공통 리소스 이미지 관리 방식 변경(videoPlay, Arrow)

This commit is contained in:
clkim
2026-01-22 14:14:59 +09:00
parent 927f7ace3b
commit 37fdd251bd
32 changed files with 139 additions and 84 deletions

View File

@@ -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> = {