fix: justify error message left
This commit is contained in:
parent
3206e1528b
commit
951a5271e1
@ -20,7 +20,7 @@ export const Error: React.StatelessComponent<ErrorProps> = props => (
|
|||||||
borderRadius="6px"
|
borderRadius="6px"
|
||||||
marginBottom="10px"
|
marginBottom="10px"
|
||||||
>
|
>
|
||||||
<Flex>
|
<Flex justify="flex-start">
|
||||||
<Container marginRight="5px" display="inline" top="3px" position="relative">
|
<Container marginRight="5px" display="inline" top="3px" position="relative">
|
||||||
<Text fontSize="20px">{props.icon}</Text>
|
<Text fontSize="20px">{props.icon}</Text>
|
||||||
</Container>
|
</Container>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user