Increase default padding of TextInput

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 02:35:17 +01:00
parent 0478df9fd6
commit 1687d11389
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -92,7 +92,7 @@ where
is_secure: false,
font: Default::default(),
width: Length::Fill,
padding: Padding::ZERO,
padding: Padding::new(5),
size: None,
on_change: Box::new(on_change),
on_paste: None,