Skip to content

Commit 21c1a68

Browse files
author
Ellet
committed
Update default icon size
1 parent 4b9bdf9 commit 21c1a68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/models/config/toolbar/simple_toolbar_configurations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export 'buttons/toggle_check_list_configurations.dart';
4343
export 'buttons/toggle_style_configurations.dart';
4444

4545
/// The default size of the icon of a button.
46-
const double kDefaultIconSize = 18;
46+
const double kDefaultIconSize = 15;
4747

4848
/// The default size for the toolbar (width, height)
4949
const double defaultToolbarSize = kDefaultIconSize * 2;

version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '9.0.0';
1+
const version = '9.0.1-dev';

0 commit comments

Comments
 (0)