feat(app): add flow diagnostics and refine interface
Improve failure recovery visibility, strengthen account-session handling, and make the cross-platform interface more consistent.
This commit is contained in:
@@ -272,7 +272,9 @@ struct MacOnboardingView: View {
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(width: 128, height: 128)
|
||||
.foregroundStyle(colorScheme == .dark ? Color.white : palette.accent)
|
||||
.foregroundStyle(
|
||||
colorScheme == .dark ? OSGColor.fixedLightContent : palette.accent
|
||||
)
|
||||
.accessibilityLabel("OSGKeyboard")
|
||||
.allowsHitTesting(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user