Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Nov 12, 2024
1 parent e1646c4 commit 9bf7869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connector/src/contents/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Popup() {
<StatusTag status={connected ? 'on' : 'off'} />
</div>

<div className="mx-1 mb-1 overflow-hidden rounded-20 bg-white-100 p-5">
<div className="mx-1 mb-1 overflow-hidden rounded-[20px] bg-white-100 p-5">
{connected ? <Connected /> : <NotConnected />}
{showPinInstructions && <PinInstructions />}
</div>
Expand Down

0 comments on commit 9bf7869

Please sign in to comment.