diff --git a/src/entities/slope/model/image/yongpyong/rainbow4-path.tsx b/src/entities/slope/model/image/yongpyong/rainbow4-path.tsx index 7beff1f..0d40092 100644 --- a/src/entities/slope/model/image/yongpyong/rainbow4-path.tsx +++ b/src/entities/slope/model/image/yongpyong/rainbow4-path.tsx @@ -3,7 +3,7 @@ import { cn } from '@/shared/lib'; const Rainbow4Path = ({ color }: { color?: string }) => { const defaultStrokeColor = 'text-[#303A45]'; - const strokeColorClass = color ? color.replace('fill-', 'texts-') : defaultStrokeColor; + const strokeColorClass = color ? color.replace('fill-', 'text-') : defaultStrokeColor; return (