Skip to content

Commit

Permalink
Added styling for empty apps
Browse files Browse the repository at this point in the history
  • Loading branch information
angarita-dev committed Jul 21, 2021
1 parent 0159a54 commit c77af96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/components/Apps/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default makeStyles((theme) => ({
alignItems: 'center',
justifyContent: 'space-between',
padding: `${theme.spacing(1)}px ${theme.spacing(4)}px`,
height: 110,
textAlign: 'center',
whiteSpace: 'pre-line',
},
Expand All @@ -39,4 +38,10 @@ export default makeStyles((theme) => ({
opacity: 0.9,
},
},
emptyText: {
marginTop: 10,
},
emptyTitle: {
marginTop: 10,
},
}));

0 comments on commit c77af96

Please sign in to comment.