Skip to content

Commit 31a8d8d

Browse files
committed
FIX: TabView Button Size
1 parent 5cd3d9e commit 31a8d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/OpenTDS/Component/TabView/TabView+Button.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public struct TossTabViewButton: View {
5353
.resizable()
5454
.renderingMode(.template)
5555
.scaledToFit()
56-
.frame(width: 24, height: 24)
56+
.frame(width: 22, height: 22)
57+
.padding(1)
5758
.scaleEffect(x: animationState == 2 ? 1.1 : 1, y: 1)
5859
.scaleEffect(x: 1, y: animationState == 3 ? 1.05 : 1)
5960
Text(label)

0 commit comments

Comments
 (0)