Browse Source

small design inconsistencies in manager modal error state

master
Anastasia Poupeney 7 years ago
parent
commit
27e03b9874
  1. 8
      src/components/ManagerPage/AppsList.js

8
src/components/ManagerPage/AppsList.js

@ -202,7 +202,7 @@ class AppsList extends PureComponent<Props, State> {
error={error && error.name} error={error && error.name}
app={app} app={app}
/> />
<ModalContent grow align="center" justify="center" mt={3}> <ModalContent grow align="center" justify="center" mt={5}>
<Box color="alertRed"> <Box color="alertRed">
<ExclamationCircleThin size={44} /> <ExclamationCircleThin size={44} />
</Box> </Box>
@ -218,8 +218,8 @@ class AppsList extends PureComponent<Props, State> {
</Box> </Box>
<Box <Box
color="graphite" color="graphite"
mt={4} mt={2}
fontSize={6} fontSize={4}
ff="Open Sans" ff="Open Sans"
textAlign="center" textAlign="center"
style={{ maxWidth: 350 }} style={{ maxWidth: 350 }}
@ -235,7 +235,7 @@ class AppsList extends PureComponent<Props, State> {
</Fragment> </Fragment>
) : status === 'success' ? ( ) : status === 'success' ? (
<Fragment> <Fragment>
<ModalContent grow align="center" justify="center" mt={3}> <ModalContent grow align="center" justify="center" mt={5}>
<Box color="positiveGreen"> <Box color="positiveGreen">
<CheckCircle size={44} /> <CheckCircle size={44} />
</Box> </Box>

Loading…
Cancel
Save