Skip to content

Commit e8a8fbe

Browse files
committed
💄 Makes the ModuleEnabler grid look better
1 parent 5c0a074 commit e8a8fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Settings/ModuleEnabler.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function ModuleEnabler(props: any) {
88
return (
99
<Group direction="column">
1010
<Title order={4}>Module enabler</Title>
11-
<SimpleGrid cols={3} spacing="xl">
11+
<SimpleGrid cols={2} spacing="md">
1212
{modules.map((module) => (
1313
<Checkbox
1414
key={module.title}

0 commit comments

Comments
 (0)