Weather widget styling

This commit is contained in:
ajnart
2023-01-03 20:15:07 +09:00
parent 908d0f9f09
commit 4f948021dd
2 changed files with 28 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ export const WeatherIcon = ({ code }: WeatherIconProps) => {
return (
<Tooltip withinPortal withArrow label={t(`card.weatherDescriptions.${name}`)}>
<Box>
<Icon size={50} />
<Icon style={{ float: 'left' }} size={50} />
</Box>
</Tooltip>
);