We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd3d9e commit 31a8d8dCopy full SHA for 31a8d8d
Sources/OpenTDS/Component/TabView/TabView+Button.swift
@@ -53,7 +53,8 @@ public struct TossTabViewButton: View {
53
.resizable()
54
.renderingMode(.template)
55
.scaledToFit()
56
- .frame(width: 24, height: 24)
+ .frame(width: 22, height: 22)
57
+ .padding(1)
58
.scaleEffect(x: animationState == 2 ? 1.1 : 1, y: 1)
59
.scaleEffect(x: 1, y: animationState == 3 ? 1.05 : 1)
60
Text(label)
0 commit comments