Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Feb 2, 2024
1 parent 62918dc commit 5295917
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/utils/color_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Future<BrightnessAwareColorScheme> loadColorScheme({required Color fallbackSeedC
// ignore
}

return BrightnessAwareColorScheme.fromAccentColor(fallbackSeedColor, isDynamicColorSupported: false);
return BrightnessAwareColorScheme.fromAccentColor(
fallbackSeedColor,
isDynamicColorSupported: false,
);
}

class BrightnessAwareColorScheme {
Expand Down

0 comments on commit 5295917

Please sign in to comment.