Merge pull request #2858 from JL710/public-default-padding

Make `button::DEFAULT_PADDING` public
This commit is contained in:
Héctor 2025-11-21 05:03:25 +01:00 committed by GitHub
commit 4fab450ba9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -459,7 +459,7 @@ where
}
/// The default [`Padding`] of a [`Button`].
pub(crate) const DEFAULT_PADDING: Padding = Padding {
pub const DEFAULT_PADDING: Padding = Padding {
top: 5.0,
bottom: 5.0,
right: 10.0,