fix: context-drawer border & radius

This commit is contained in:
Ashley Wulber 2024-05-13 13:57:51 -04:00 committed by Michael Murphy
parent ac95b571ec
commit 84d77281cb
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ impl container::StyleSheet for Theme {
appearance.border = Border {
color: cosmic.primary.divider.into(),
width: 1.0,
width: 0.0,
radius: cosmic.corner_radii.radius_s.into(),
};