mirror of
https://github.com/foss42/apidash.git
synced 2025-06-28 20:13:46 +08:00
fix: form data columns
This commit is contained in:
@ -77,12 +77,10 @@ class _HeaderFieldState extends State<HeaderField> {
|
||||
controller: controller,
|
||||
focusNode: focusNode,
|
||||
style: kCodeStyle.copyWith(
|
||||
height: 1.6,
|
||||
color: colorScheme.onSurface,
|
||||
),
|
||||
decoration: InputDecoration(
|
||||
hintStyle: kCodeStyle.copyWith(
|
||||
height: 1.6,
|
||||
color: colorScheme.outline.withOpacity(kHintOpacity)),
|
||||
hintText: widget.hintText,
|
||||
contentPadding: const EdgeInsets.only(bottom: 12),
|
||||
|
Reference in New Issue
Block a user