Skip to content

Commit 7a38394

Browse files
committed
Changed hTag hint text style
1 parent 8165322 commit 7a38394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/pages/settings_pages/components/hashtag.dart

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ class _StringMultilineTagsState extends State<StringMultilineTags> {
9696
? ''
9797
: MyLocalizations.of(context,
9898
'auto_tagging_settings_placeholder'),
99+
hintStyle: TextStyle(
100+
fontSize: 11,
101+
color: Colors.grey[600],
102+
),
99103
errorText: inputFieldValues.error,
100104
prefixIconConstraints: BoxConstraints(
101105
maxWidth: _distanceToField * 0.8),

0 commit comments

Comments
 (0)