various fixes

This commit is contained in:
Ashley Wulber 2024-01-31 23:17:16 -05:00 committed by Ashley Wulber
parent a6785de7ba
commit dbcd927d4b
7 changed files with 110 additions and 110 deletions

View file

@ -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(),