Skip to content

Commit

Permalink
fix: popup close icon color (#4057)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony authored Mar 25, 2024
1 parent 8040a9e commit 1d91a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-common/components/popup/wrapper/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function Popup({
<div className="flex items-center gap-[12px]">
{extra}
<SystemClose
className="w-[20px] h-[20px]"
className="w-[20px] h-[20px] text-textTertiary"
role="button"
onClick={onClose}
/>
Expand Down

0 comments on commit 1d91a89

Please sign in to comment.