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(
|
return ADRawTextField(
|
||||||
controller: controller,
|
controller: controller,
|
||||||
onChanged: onChanged,
|
onChanged: onChanged,
|
||||||
style: kCodeStyle,
|
style: kCodeStyle.copyWith(
|
||||||
|
fontSize: Theme.of(context).textTheme.bodySmall?.fontSize,
|
||||||
|
),
|
||||||
hintText: 'Search..',
|
hintText: 'Search..',
|
||||||
|
hintTextStyle: kCodeStyle.copyWith(
|
||||||
|
fontSize: Theme.of(context).textTheme.bodySmall?.fontSize,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user