Skip to content

Commit

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

0 comments on commit 87c1b14

Please sign in to comment.