Skip to content

Commit

Permalink
feat: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Nov 14, 2024
1 parent c6620db commit 3f47150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/shared/ButtonConnectedTo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ButtonConnectedTo = forwardRef<HTMLButtonElement, ButtonConnectedTo
<button
{...rest}
ref={ref}
className="max-w-28 flex cursor-pointer flex-row items-center gap-1 rounded-full bg-neutral-96 p-xxxs pr-xs hover:bg-neutral-92 dark:bg-neutral-12"
className="flex max-w-28 cursor-pointer flex-row items-center gap-1 rounded-full bg-neutral-96 p-xxxs pr-xs hover:bg-neutral-92 dark:bg-neutral-12"
>
<div className="flex rounded-full bg-neutral-50 p-xxxs text-neutral-100">
{iconBefore}
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/src/ui/app/shared/dapp-status/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function DappStatus() {
duration: 0.3,
ease: 'anticipate',
}}
className="max-w-72 absolute right-6 top-[48px] z-50 rounded-2xl bg-neutral-96 p-sm shadow-xl dark:bg-neutral-12"
className="absolute right-6 top-[48px] z-50 max-w-72 rounded-2xl bg-neutral-96 p-sm shadow-xl dark:bg-neutral-12"
style={{ top: y || 0, left: x || 0 }}
{...getFloatingProps()}
ref={refs.setFloating}
Expand Down

0 comments on commit 3f47150

Please sign in to comment.