Try to animate taps

This commit is contained in:
Kylmakalle
2025-01-08 01:00:07 +02:00
parent 7729d7171f
commit c41f20f71d

View File

@@ -5379,5 +5379,7 @@ struct ToolbarButtonStyle: ButtonStyle {
.frame(width: 36, height: 36, alignment: .center)
.background(Color(UIColor.tertiarySystemBackground))
.cornerRadius(8)
// TODO(swiftgram): Does not work for fast taps (like mine)
.opacity(configuration.isPressed ? 0.4 : 1.0)
}
}