mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🎨 Small styling changes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user