1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 11:18:16 +00:00

Fixed width of notification

This commit is contained in:
Vladimir Volek 2018-10-09 15:02:08 +02:00 committed by Szymon Lesisz
parent dee161924d
commit b13fb6e18a

View File

@ -33,6 +33,7 @@ type NProps = {
};
const Wrapper = styled.div`
width: 100%;
position: relative;
color: ${colors.TEXT_PRIMARY};
background: ${colors.TEXT_SECONDARY};