💄 Change icon width

This commit is contained in:
ajnart
2023-01-19 08:29:20 +09:00
parent 1cb9c02c61
commit e91e61646d

View File

@@ -29,7 +29,7 @@ export const AppTile = ({ className, app }: AppTileProps) => {
<Text align="center" weight={500} size="md" className={classes.appName}> <Text align="center" weight={500} size="md" className={classes.appName}>
{app.name} {app.name}
</Text> </Text>
<Center style={{ height: '85%', flex: 1, width: '100%' }}> <Center style={{ height: '85%', flex: 1, width: '85%' }}>
<motion.img <motion.img
className={classes.image} className={classes.image}
src={app.appearance.iconUrl} src={app.appearance.iconUrl}