diff --git a/packages/components/src/components/SquigglePlayground.tsx b/packages/components/src/components/SquigglePlayground.tsx index ab06159a..1294ddf8 100644 --- a/packages/components/src/components/SquigglePlayground.tsx +++ b/packages/components/src/components/SquigglePlayground.tsx @@ -162,7 +162,7 @@ let SquigglePlayground: FC = ({ let iconStyle = (isSelected) => classNames( "-ml-0.5 mr-2 h-4 w-4 ", - isSelected ? "text-teal-500" : "text-gray-500 group-hover:text-gray-900" + isSelected ? "text-slate-500" : "text-gray-400 group-hover:text-gray-900" ); let icon = (selected) => @@ -177,10 +177,8 @@ let SquigglePlayground: FC = ({ {({ selected }) => (