Merge pull request #429 from ajnart/fix-calendar-and-aside-ui-issues

🐛 fix calendar and aside UI issues
This commit is contained in:
Thomas Camlong
2022-09-16 09:21:30 +09:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { ModuleWrapper } from '../../modules/moduleWrapper';
export default function Widgets(props: any) {
return (
<Stack my="sm" style={{ width: 300 }}>
<Stack my={16} style={{ width: 300 }}>
<ModuleWrapper module={CalendarModule} />
<ModuleWrapper module={TotalDownloadsModule} />
<ModuleWrapper module={WeatherModule} />