Skip to content

Commit

Permalink
chore: Update Swap Settings icon styling (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Sep 18, 2024
1 parent 17182fd commit d1d3b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/internal/svg/swapSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const swapSettingsSvg = (
<svg
role="img"
aria-label="ock-swapSettingsSvg"
width="19"
height="20"
width="100%"
height="100%"
viewBox="0 0 19 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion src/swap/components/SwapSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function SwapSettings({
)}
onClick={handleToggle}
>
{iconSvg}
<div className="h-[1.125rem] w-[1.125rem]">{iconSvg}</div>
</button>
{breakpoint === 'sm' ? (
<div
Expand Down

0 comments on commit d1d3b41

Please sign in to comment.