Skip to content

Commit

Permalink
fix: smaller icons for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Aug 29, 2024
1 parent 17dd733 commit 49235be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "1.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
1 change: 1 addition & 0 deletions lib/src/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ThemeData _phoenixTheme({
Size(buttonHeight ?? _kButtonHeight, buttonHeight ?? _kButtonHeight);

return ThemeData(
iconTheme: isMobile ? null : const IconThemeData(size: 22),
colorScheme: colorScheme,
scaffoldBackgroundColor: colorScheme.surface,
splashFactory: NoSplash.splashFactory,
Expand Down

0 comments on commit 49235be

Please sign in to comment.