Skip to content

Commit

Permalink
chore: update icon.stories.tsx text color
Browse files Browse the repository at this point in the history
  • Loading branch information
physicsSorcererKing authored May 28, 2024
1 parent 9d1aaa8 commit f430ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/shared/Icon/v2/icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ const AllIcons = () => {

return (
<>
<p className="absolute top-[-1.25rem] right-0 text-white/90">
<p className="absolute top-0 right-4 text-zinc-950">
點擊 icon 即可複製
</p>
<Input
label="搜尋"
value={value}
onChange={setValue}
labelClassName="mr-3 leading-normal"
labelClassName="mr-3 leading-normal text-zinc-950"
inputClassName="border-white/90"
/>
<div
Expand All @@ -77,7 +77,7 @@ const AllIcons = () => {
onClick={handleClick(iconName)}
>
<IconV2 name={iconName} className="w-full h-full" />
<p className="text-center text-white/90 whitespace-nowrap">
<p className="text-center text-zinc-950 whitespace-nowrap">
{iconName}
</p>
</button>
Expand Down

0 comments on commit f430ce7

Please sign in to comment.