Skip to content

Commit

Permalink
fix: make icons outlined
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 21, 2022
1 parent 3b7aeb3 commit 91495a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Warning as WarningIcon } from '@mui/icons-material';
import { WarningAmber as WarningIcon } from '@mui/icons-material';
import { Box, BoxProps, Typography } from '@mui/material';
import { useTranslation } from 'react-i18next';
import { useGasSufficiency } from '../../hooks';
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/components/Header/NavigationHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
ArrowBack as ArrowBackIcon,
Settings as SettingsIcon,
SettingsOutlined as SettingsIcon,
} from '@mui/icons-material';
import { Box, IconButton, Typography } from '@mui/material';
import { useTranslation } from 'react-i18next';
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/src/components/Header/WalletHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
AccountBalanceWallet as AccountBalanceWalletIcon,
AccountBalanceWalletOutlined as AccountBalanceWalletIcon,
Logout as LogoutIcon,
} from '@mui/icons-material';
import { Box, IconButton, Typography } from '@mui/material';
Expand Down

0 comments on commit 91495a9

Please sign in to comment.