Moved style to class
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,7 @@ const useStyles = makeStyles((theme: BackstageTheme) =>
|
||||
'&:hover': {
|
||||
boxShadow: theme.shadows[4],
|
||||
},
|
||||
height: '100%',
|
||||
},
|
||||
bold: {
|
||||
fontWeight: theme.typography.fontWeightBold,
|
||||
@@ -75,7 +76,6 @@ const EntityCountTile = ({
|
||||
display="flex"
|
||||
flexDirection="column"
|
||||
alignItems="center"
|
||||
style={{ height: '100%' }}
|
||||
>
|
||||
<Typography className={classes.bold} variant="h6">
|
||||
{counter}
|
||||
|
||||
Reference in New Issue
Block a user