Skip to content

Commit

Permalink
perf(UI): adjust corner radius of rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry23011 committed May 6, 2024
1 parent b343f4f commit 6b4afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/Swift/View/AdvancedTabStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct AdvancedTabStyle: View {
Rectangle()
.fill(color)
.frame(width: 20, height: 20, alignment: .center)
.clipShape(RoundedRectangle(cornerRadius: 3))
.clipShape(RoundedRectangle(cornerRadius: 4))
.overlay(
Image(systemName: systemImage)
.font(.system(size: 12))
Expand Down

0 comments on commit 6b4afdc

Please sign in to comment.