Skip to content

Commit

Permalink
remove unused isDark constant
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Oct 23, 2023
1 parent 1c99e32 commit 70f2cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default function Modal(props: ModalProps) {
showExternalWalletsOnly: false,
wcAdapters: [],
});
const { isDark } = useContext(ThemedContext);
const [t] = useTranslation(undefined, { i18n });

const { stateListener, appLogo, handleSocialLoginClick, handleExternalWalletClick, handleShowExternalWallets, closeModal } = props;
Expand Down

0 comments on commit 70f2cc0

Please sign in to comment.