Skip to content

Commit

Permalink
Update Ice Bar corner rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Oct 2, 2024
1 parent 7c784e2 commit 0fb44b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ice/UI/IceBar/IceBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private struct IceBarContentView: View {
if configuration.hasRoundedShape {
AnyInsettableShape(Capsule())
} else {
AnyInsettableShape(RoundedRectangle(cornerRadius: frame.height / 7, style: .circular))
AnyInsettableShape(RoundedRectangle(cornerRadius: frame.height / 5, style: .continuous))
}
}

Expand Down

0 comments on commit 0fb44b7

Please sign in to comment.