Made visual improvements to the RecordingView view in the Recording package target.

This commit is contained in:
2026-07-05 14:30:48 +02:00
parent ee212cb6e3
commit 21d86cdc33
4 changed files with 25 additions and 28 deletions
@@ -51,9 +51,10 @@ struct RecordingButtonStyle: ButtonStyle {
width: size,
height: size
)
.scaledToFit()
.padding(padding)
.scaledToFit()
.foregroundStyle(.windowBackground)
.foregroundStyle(.windowBackground.opacity(opacity))
.environment(
\.colorScheme,
colorSchemeLabel