Update UI

This commit is contained in:
yostyle
2022-10-20 18:43:52 +02:00
parent d8ef6c5bc3
commit dcc3b6375b
3 changed files with 19 additions and 12 deletions
@@ -65,8 +65,10 @@ struct VoiceBroadcastPlaybackView: View {
}
}
.padding(5.0)
.background(RoundedRectangle(cornerRadius: 4, style: .continuous)
.fill(backgroundColor))
.accessibilityIdentifier("liveButton")
.background(backgroundColor)
}
}