1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-25 16:38:08 +00:00

Fix button imports

This commit is contained in:
Vasek Mlejnsky 2018-08-30 14:31:48 +02:00
parent 6d87b2d2b2
commit 9f961b8865
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class DeviceMenu extends Component<Props> {
className="trezor-webusb-button"
isWebUsb
>Check for devices
</Button>
</StyledButton>
)}
</ButtonWrapper>
</Wrapper>

View File

@ -3,7 +3,7 @@ import styled from 'styled-components';
import ColorHash from 'color-hash';
import ScaleText from 'react-scale-text';
import colors from 'config/colors';
import Button from 'components/Button';
import Button from 'components/buttons/Button';
import ICONS from 'config/icons';
import * as stateUtils from 'reducers/utils';
import BigNumber from 'bignumber.js';