Skip to content

Commit

Permalink
fix: reverted textscaleaddon
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 28, 2024
1 parent fb59440 commit 5cfe6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/widgetbook/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class _HotReloadState extends State<HotReload> {
ZetaAddon(),
InspectorAddon(enabled: false),
ZoomAddon(initialZoom: 1.0),
TextScaleAddon(scales: [1, 1.25, 1.5, 1.75, 2], initialScale: 1),
TextScaleAddon(min: 1, max: 2, divisions: 4, initialScale: 1),
],
);
}
Expand Down

0 comments on commit 5cfe6ec

Please sign in to comment.