mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update field_json_search.dart
This commit is contained in:
@ -12,8 +12,13 @@ class JsonSearchField extends StatelessWidget {
|
||||
return ADRawTextField(
|
||||
controller: controller,
|
||||
onChanged: onChanged,
|
||||
style: kCodeStyle,
|
||||
style: kCodeStyle.copyWith(
|
||||
fontSize: Theme.of(context).textTheme.bodySmall?.fontSize,
|
||||
),
|
||||
hintText: 'Search..',
|
||||
hintTextStyle: kCodeStyle.copyWith(
|
||||
fontSize: Theme.of(context).textTheme.bodySmall?.fontSize,
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user