click triggers

This commit is contained in:
Michael Freno
2026-01-11 15:41:54 -05:00
parent e43a025e4f
commit f9484f8a1c
6 changed files with 11 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ struct OnboardingContainerView: View {
maxHeight: 44, alignment: .center
)
.foregroundColor(.primary)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(
@@ -134,6 +135,7 @@ struct OnboardingContainerView: View {
alignment: .center
)
.foregroundColor(.white)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(

View File

@@ -314,6 +314,7 @@ struct TimerStatusRow: View {
.font(.caption)
.foregroundColor(.yellow)
.padding(6)
.contentShape(Circle())
}
.buttonStyle(.plain)
.glassEffectIfAvailable(
@@ -332,6 +333,7 @@ struct TimerStatusRow: View {
.font(.caption)
.foregroundColor(.accentColor)
.padding(6)
.contentShape(Circle())
}
.buttonStyle(.plain)
.glassEffectIfAvailable(
@@ -413,6 +415,7 @@ struct InactiveTimerRow: View {
}
.padding(.horizontal, 8)
.padding(.vertical, 6)
.contentShape(RoundedRectangle(cornerRadius: 6))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(
@@ -471,6 +474,7 @@ struct UserTimerStatusRow: View {
}
.padding(.horizontal, 8)
.padding(.vertical, 6)
.contentShape(RoundedRectangle(cornerRadius: 6))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(

View File

@@ -110,6 +110,7 @@ struct BlinkSetupView: View {
}
.padding(.horizontal, 16)
.padding(.vertical, 10)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(GlassStyle.regular.tint(.accentColor).interactive(), in: .rect(cornerRadius: 10))

View File

@@ -128,6 +128,7 @@ struct GeneralSetupView: View {
}
.padding()
.frame(maxWidth: .infinity)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(
@@ -159,6 +160,7 @@ struct GeneralSetupView: View {
.frame(maxWidth: .infinity)
.background(Color.orange.opacity(0.1))
.cornerRadius(10)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(

View File

@@ -131,6 +131,7 @@ struct LookAwaySetupView: View {
}
.padding(.horizontal, 16)
.padding(.vertical, 10)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(GlassStyle.regular.tint(.accentColor).interactive(), in: .rect(cornerRadius: 10))

View File

@@ -112,6 +112,7 @@ struct PostureSetupView: View {
}
.padding(.horizontal, 16)
.padding(.vertical, 10)
.contentShape(RoundedRectangle(cornerRadius: 10))
}
.buttonStyle(.plain)
.glassEffectIfAvailable(GlassStyle.regular.tint(.accentColor).interactive(), in: .rect(cornerRadius: 10))