🎨 Small styling changes

This commit is contained in:
ajnart
2022-08-08 15:43:04 +02:00
parent 528e899066
commit 6adb796b26
5 changed files with 35 additions and 19 deletions

View File

@@ -12,8 +12,7 @@ export default function ModuleEnabler(props: any) {
{modules.map((module) => (
<Checkbox
key={module.title}
size="lg"
style={{ cursor: 'pointer' }}
size="md"
checked={config.modules?.[module.title]?.enabled ?? false}
label={`${module.title}`}
onChange={(e) => {