chore: theme color updates
This commit is contained in:
parent
b8eaad2a7e
commit
8c4cb2e54f
8 changed files with 84 additions and 56 deletions
|
|
@ -940,7 +940,7 @@ pub fn color_button<'a, Message: Clone + 'static>(
|
|||
background: color.map(Background::from).or(standard.background),
|
||||
border_radius: cosmic.radius_xs().into(),
|
||||
border_width: 1.0,
|
||||
border_color: cosmic.on_bg_color().into(),
|
||||
border_color: cosmic.palette.neutral_8.into(),
|
||||
outline_width,
|
||||
outline_color,
|
||||
icon_color: None,
|
||||
|
|
@ -957,7 +957,7 @@ pub fn color_button<'a, Message: Clone + 'static>(
|
|||
background: color.map(Background::from).or(standard.background),
|
||||
border_radius: cosmic.radius_xs().into(),
|
||||
border_width: 1.0,
|
||||
border_color: cosmic.on_bg_color().into(),
|
||||
border_color: cosmic.palette.neutral_8.into(),
|
||||
outline_width: 0.0,
|
||||
outline_color: Color::TRANSPARENT,
|
||||
icon_color: None,
|
||||
|
|
@ -980,7 +980,7 @@ pub fn color_button<'a, Message: Clone + 'static>(
|
|||
background: color.map(Background::from).or(standard.background),
|
||||
border_radius: cosmic.radius_xs().into(),
|
||||
border_width: 1.0,
|
||||
border_color: cosmic.on_bg_color().into(),
|
||||
border_color: cosmic.palette.neutral_8.into(),
|
||||
outline_width,
|
||||
outline_color,
|
||||
icon_color: None,
|
||||
|
|
@ -1003,7 +1003,7 @@ pub fn color_button<'a, Message: Clone + 'static>(
|
|||
background: color.map(Background::from).or(standard.background),
|
||||
border_radius: cosmic.radius_xs().into(),
|
||||
border_width: 1.0,
|
||||
border_color: cosmic.on_bg_color().into(),
|
||||
border_color: cosmic.palette.neutral_8.into(),
|
||||
outline_width,
|
||||
outline_color,
|
||||
icon_color: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue