fix. videoPlay, arrow 배경색상 어드민 지정 적용

This commit is contained in:
clkim
2026-01-16 13:43:25 +09:00
parent 3d730e93e6
commit dcad642b59
10 changed files with 43 additions and 31 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> = {