Skip to content

Commit

Permalink
style tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Dec 19, 2024
1 parent a157211 commit 35af610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const CurrentConnection = memo((props: CurrentConnectionProps) => {

<RCIconDisconnectCC
viewBox="0 0 14 14"
className="site-status-icon w-14 h-14 ml-4 text-r-neutral-foot hover:text-rabby-red-default"
className="site-status-icon w-12 h-12 ml-4 text-r-neutral-foot hover:text-rabby-red-default"
onClick={() => handleRemove(site!.origin)}
/>
</div>
Expand Down

0 comments on commit 35af610

Please sign in to comment.