💄 Makes the ModuleEnabler grid look better

This commit is contained in:
WalkxCode
2022-06-12 16:35:56 +02:00
parent 5c0a074219
commit e8a8fbe6ac

View File

@@ -8,7 +8,7 @@ export default function ModuleEnabler(props: any) {
return (
<Group direction="column">
<Title order={4}>Module enabler</Title>
<SimpleGrid cols={3} spacing="xl">
<SimpleGrid cols={2} spacing="md">
{modules.map((module) => (
<Checkbox
key={module.title}