Use default padding of TextInput in ComboBox

This commit is contained in:
Héctor Ramón Jiménez 2023-07-26 22:33:33 +02:00
parent 14fb723eec
commit 9eb2889d09
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 5 additions and 2 deletions

View file

@ -70,7 +70,7 @@ where
on_input: None,
on_blur: None,
menu_style: Default::default(),
padding: Padding::new(0.0),
padding: text_input::DEFAULT_PADDING,
size: None,
}
}