refactor: use theme corner radii everywhere
not all values matched a default value but I picked the next closest in that case
This commit is contained in:
parent
56965ac2e5
commit
310064ca1d
14 changed files with 103 additions and 68 deletions
|
|
@ -157,7 +157,7 @@ impl Context {
|
|||
Appearance {
|
||||
text_color: Some(cosmic.background.on.into()),
|
||||
background: Some(Color::from(cosmic.background.base).into()),
|
||||
border_radius: 12.0.into(),
|
||||
border_radius: cosmic.corner_radii.radius_m.into(),
|
||||
border_width: 1.0,
|
||||
border_color: cosmic.background.divider.into(),
|
||||
icon_color: Some(cosmic.background.on.into()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue