mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
#408 Loading account loader is not centered
This commit is contained in:
parent
77e4f349e7
commit
576cb427de
@ -46,6 +46,7 @@ const Title = styled(H1)`
|
||||
color: ${props => (props.type === 'progress' ? colors.TEXT_SECONDARY : '')};
|
||||
margin-left: 10px;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
`;
|
||||
|
||||
const Message = styled(P)`
|
||||
@ -55,6 +56,7 @@ const Message = styled(P)`
|
||||
const Row = styled.div`
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
`;
|
||||
|
||||
const getExceptionPage = (exceptionPage) => {
|
||||
|
Loading…
Reference in New Issue
Block a user