We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dd733 commit 49235beCopy full SHA for 49235be
example/pubspec.lock
@@ -137,7 +137,7 @@ packages:
137
path: ".."
138
relative: true
139
source: path
140
- version: "0.0.1"
+ version: "1.0.0"
141
sky_engine:
142
dependency: transitive
143
description: flutter
lib/src/theme.dart
@@ -54,6 +54,7 @@ ThemeData _phoenixTheme({
54
Size(buttonHeight ?? _kButtonHeight, buttonHeight ?? _kButtonHeight);
55
56
return ThemeData(
57
+ iconTheme: isMobile ? null : const IconThemeData(size: 22),
58
colorScheme: colorScheme,
59
scaffoldBackgroundColor: colorScheme.surface,
60
splashFactory: NoSplash.splashFactory,
0 commit comments