1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-23 13:32:02 +00:00

Fixed notification style without button

This commit is contained in:
Vladimir Volek 2018-10-01 15:27:05 +02:00 committed by Szymon Lesisz
parent b7c1ef5962
commit 6fbb76b165

View File

@ -37,6 +37,7 @@ const Wrapper = styled.div`
background: ${colors.TEXT_SECONDARY};
padding: 24px 48px 24px 24px;
display: flex;
min-height: 90px;
flex-direction: row;
text-align: left;