summaryrefslogtreecommitdiffstats
path: root/widget/src/radio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/radio.rs')
-rw-r--r--widget/src/radio.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/radio.rs b/widget/src/radio.rs
index 34c3b3a0..5e4a3c1f 100644
--- a/widget/src/radio.rs
+++ b/widget/src/radio.rs
@@ -90,10 +90,10 @@ where
Renderer: text::Renderer,
{
/// The default size of a [`Radio`] button.
- pub const DEFAULT_SIZE: f32 = 15.0;
+ pub const DEFAULT_SIZE: f32 = 16.0;
/// The default spacing of a [`Radio`] button.
- pub const DEFAULT_SPACING: f32 = 10.0;
+ pub const DEFAULT_SPACING: f32 = 8.0;
/// Creates a new [`Radio`] button.
///