Skip to content

Commit

Permalink
Merge pull request #354 from polkadot-ui/nik-minor-modal-fix
Browse files Browse the repository at this point in the history
Minor fix on modal
  • Loading branch information
wirednkod authored Sep 14, 2024
2 parents d7659b8 + f79134e commit 5831038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/ui-react/lib/components/Connect/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ export const ConnectModal: FC<
color: config?.modal?.titleColor || "#000",
fontSize: "1.5rem",
fontWeight: "bold",
display: "flex",
alignItems: "center",
justifyContent: "space-between",
}}
>
<span>{title}</span>
<span
style={{
position: "absolute",
top: "2rem",
right: "2.5rem",
transition: "all 200ms",
fontSize: "2.5rem",
fontSize: "2rem",
fontWeight: "bold",
textDecoration: "none",
cursor: "pointer",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot-ui/react",
"license": "MIT",
"version": "0.0.1-alpha.34",
"version": "0.0.1-alpha.35",
"author": "Nikolaos Kontakis<[email protected]>",
"type": "module",
"description": "Functional React components for Polkadot dApps.",
Expand Down

0 comments on commit 5831038

Please sign in to comment.