EscolaLMS/Front

View on GitHub
src/components/_App/ThemeCustomizer/ThemeCustomizer.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ThemeCustomizer has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ThemeCustomizer = (theme: Record<string, DefaultTheme>) => {
  const [, setTheme] = useLocalTheme({
    ...defaultTheme,
    theme: "contrastTheme",
  });
Severity: Minor
Found in src/components/_App/ThemeCustomizer/ThemeCustomizer.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status