Skip to content

Commit cae6336

Browse files
[SuperEditor][iOS] Update spellcheck popover suggestions dimensions (Resolves #2577) (#2592)
1 parent b977342 commit cae6336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

super_editor_spellcheck/lib/src/super_editor/spelling_error_suggestion_overlay.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,10 @@ class _IosSpellingSuggestionToolbarState extends State<IosSpellingSuggestionTool
994994
foregroundColor: _getTextColor(brightness),
995995
),
996996
child: Padding(
997-
padding: const EdgeInsets.symmetric(horizontal: 12.0),
997+
padding: const EdgeInsets.symmetric(horizontal: 16.0),
998998
child: Text(
999999
title,
1000-
style: const TextStyle(fontSize: 12),
1000+
style: const TextStyle(fontSize: 14),
10011001
),
10021002
),
10031003
);

0 commit comments

Comments
 (0)