Skip to content

Commit

Permalink
style: remove dynamicSchemeVariant todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jun 10, 2024
1 parent 81ed8e2 commit 12dfafa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions designer_v2/lib/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ class ThemeProvider extends InheritedWidget {
contrastLevel: 0.0);
final colorScheme = ColorScheme.fromSeed(
seedColor: dynamicPrimary ?? source(targetColor),
// todo use dynamicSchemeVariant once its in the flutter stable channel
// dynamicSchemeVariant: DynamicSchemeVariant.fidelity,
brightness: brightness,
);
return colorScheme.copyWith(
Expand Down

0 comments on commit 12dfafa

Please sign in to comment.