LiveProject/styles/TextBtnStyle.swift
@@ -11,5 +11,7 @@ struct TextBtnStyle: ButtonStyle { func makeBody(configuration: Configuration) -> some View { configuration.label .scaleEffect(configuration.isPressed ? 0.95 : 1.0) .opacity(configuration.isPressed ? 0.8 : 1.0) } }