Skip to content

Commit

Permalink
Shrink color slider a little
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Sep 9, 2024
1 parent cdba0ad commit 2910ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/color_picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use super::{decorate, Container, Element, Renderer};
use crate::theme::Theme;

const HANDLE_RADIUS: f32 = 10.0;
const SLIDER_HEIGHT: f32 = 20.0;
const SLIDER_HEIGHT: f32 = 15.0;

pub fn color_picker<'a, Message: 'a>(
color: Color,
Expand Down

0 comments on commit 2910ac8

Please sign in to comment.