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 = { /> - - {/* 현재 설정값 표시 */} -