We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8165322 commit 7a38394Copy full SHA for 7a38394
lib/pages/settings_pages/components/hashtag.dart
@@ -96,6 +96,10 @@ class _StringMultilineTagsState extends State<StringMultilineTags> {
96
? ''
97
: MyLocalizations.of(context,
98
'auto_tagging_settings_placeholder'),
99
+ hintStyle: TextStyle(
100
+ fontSize: 11,
101
+ color: Colors.grey[600],
102
+ ),
103
errorText: inputFieldValues.error,
104
prefixIconConstraints: BoxConstraints(
105
maxWidth: _distanceToField * 0.8),
0 commit comments