mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 10:55:37 -05:00
wip: WithdrawDialog migrated to Tauri IPC
This commit is contained in:
parent
47821cbe79
commit
3d16ff6d5c
118 changed files with 1779 additions and 1868 deletions
|
|
@ -3,14 +3,14 @@ import {
|
|||
SnackbarKey,
|
||||
SnackbarProvider,
|
||||
useSnackbar,
|
||||
} from 'notistack';
|
||||
import { IconButton, styled } from '@material-ui/core';
|
||||
import { Close } from '@material-ui/icons';
|
||||
import { ReactNode } from 'react';
|
||||
} from "notistack";
|
||||
import { IconButton, styled } from "@material-ui/core";
|
||||
import { Close } from "@material-ui/icons";
|
||||
import { ReactNode } from "react";
|
||||
|
||||
const StyledMaterialDesignContent = styled(MaterialDesignContent)(() => ({
|
||||
'&.notistack-MuiContent': {
|
||||
maxWidth: '50vw',
|
||||
"&.notistack-MuiContent": {
|
||||
maxWidth: "50vw",
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue