Skip to content

Commit 0fb44b7

Browse files
committed
Update Ice Bar corner rounding
1 parent 7c784e2 commit 0fb44b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ice/UI/IceBar/IceBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ private struct IceBarContentView: View {
273273
if configuration.hasRoundedShape {
274274
AnyInsettableShape(Capsule())
275275
} else {
276-
AnyInsettableShape(RoundedRectangle(cornerRadius: frame.height / 7, style: .circular))
276+
AnyInsettableShape(RoundedRectangle(cornerRadius: frame.height / 5, style: .continuous))
277277
}
278278
}
279279

0 commit comments

Comments
 (0)