Skip to content

Commit

Permalink
remove Connect to Testnet modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-wangg committed Feb 22, 2024
1 parent 7760e8b commit b9554b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Modal() {
<Dialog.Root open={true}>
<Dialog.Portal>
<Dialog.Overlay className="fixed inset-0 z-50 bg-dialogOverlay backdrop-blur-sm" />
<Dialog.Content className="z-50 fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 shadow-md w-[50vw] h-[30vh] min-w-[600px] min-h-[200px] p-6">
<Dialog.Content className="z-50 fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 shadow-md w-[50vw] h-[30vh] min-w-[600px] min-h-[200px]">
<div className="nes-container is-dark with-title w-[100%] h-[100%]">
<Dialog.Title className="text-2xl font-bold text-center">
Switch to Testnet
Expand Down

0 comments on commit b9554b9

Please sign in to comment.