various fixes
This commit is contained in:
parent
a6785de7ba
commit
dbcd927d4b
7 changed files with 110 additions and 110 deletions
|
|
@ -756,7 +756,7 @@ where
|
|||
height: bounds.height,
|
||||
},
|
||||
border: Border {
|
||||
radius: appearance.focus.first.border_radius,
|
||||
radius: theme.cosmic().radius_s().into(),
|
||||
..Default::default()
|
||||
},
|
||||
shadow: Shadow::default(),
|
||||
|
|
@ -808,7 +808,7 @@ where
|
|||
height: bounds.height,
|
||||
},
|
||||
border: Border {
|
||||
radius: appearance.focus.last.border_radius,
|
||||
radius: theme.cosmic().radius_s().into(),
|
||||
..Default::default()
|
||||
},
|
||||
shadow: Shadow::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue