Made visual improvements to the RecordingView view in the Recording package target.
This commit is contained in:
@@ -51,9 +51,10 @@ struct RecordingButtonStyle: ButtonStyle {
|
||||
width: size,
|
||||
height: size
|
||||
)
|
||||
.scaledToFit()
|
||||
.padding(padding)
|
||||
.scaledToFit()
|
||||
.foregroundStyle(.windowBackground)
|
||||
.foregroundStyle(.windowBackground.opacity(opacity))
|
||||
.environment(
|
||||
\.colorScheme,
|
||||
colorSchemeLabel
|
||||
|
||||
Reference in New Issue
Block a user