diff --git a/src/components/gauge/block-gauge.tsx b/src/components/gauge/block-gauge.tsx index e7781104..7c810853 100644 --- a/src/components/gauge/block-gauge.tsx +++ b/src/components/gauge/block-gauge.tsx @@ -33,10 +33,10 @@ const BlockGauge = ({ "flex-1 shrink-0 basis-0", index === 0 && "rounded-l-md", index === 5 && "rounded-r-md", - index < level ? color : "bg-neutral200", + index < level ? color : "bg-gray-200", onChange && [ "cursor-pointer hover:opacity-80", - "focus:outline-none focus:ring-2 focus:ring-gray600", + "focus:outline-none focus:ring-2 focus:ring-gray-600", ] )} onClick={() => handleClick(index)} diff --git a/src/components/taste/Taste.stories.tsx b/src/components/taste/Taste.stories.tsx index 17b7e672..f3271676 100644 --- a/src/components/taste/Taste.stories.tsx +++ b/src/components/taste/Taste.stories.tsx @@ -136,12 +136,6 @@ export const InteractiveWineProfile: Story = { /> - - {/* 현재 설정값 표시 */} -
- 현재 와인 프로필: 바디감 {bodyLevel}, 탄닌{" "} - {tanninLevel}, 당도 {sweetnessLevel}, 산미 {acidityLevel} -
); }, diff --git a/src/components/taste/Taste.tsx b/src/components/taste/Taste.tsx index b9642dac..157e464d 100644 --- a/src/components/taste/Taste.tsx +++ b/src/components/taste/Taste.tsx @@ -23,7 +23,7 @@ const Taste = ({ type, data, taste, onChange }: TasteProps) => { {/* 왼쪽: type */}
{ className={cn( "truncate px-1 py-1 text-center text-body-sm", "w-[68px] tablet:w-[80px] pc:w-[80px]", - data === 0 ? "text-neutral400" : "text-black" + data === 0 ? "text-gray-400" : "text-black" )} title={taste} >