mirror of
https://github.com/trezor/trezor-wallet
synced 2025-08-03 12:28:13 +00:00
Fixed width of notification
This commit is contained in:
parent
cafe1971a4
commit
e4b6cc24dd
@ -33,6 +33,7 @@ type NProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
background: ${colors.TEXT_SECONDARY};
|
background: ${colors.TEXT_SECONDARY};
|
||||||
|
Loading…
Reference in New Issue
Block a user