1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 17:28:10 +00:00

AccountReceive remove unused Wrapper

This commit is contained in:
Szymon Lesisz 2018-10-03 18:43:48 +02:00
parent 2954300367
commit 08c879fedf

View File

@ -15,8 +15,6 @@ import { FONT_SIZE, FONT_WEIGHT, FONT_FAMILY } from 'config/variables';
import type { Props } from './Container'; import type { Props } from './Container';
const Wrapper = styled.div``;
const Label = styled.div` const Label = styled.div`
padding: 25px 0 5px 0; padding: 25px 0 5px 0;
color: ${colors.TEXT_SECONDARY}; color: ${colors.TEXT_SECONDARY};