Update UI

This commit is contained in:
yostyle
2022-10-20 18:43:52 +02:00
parent aff6331aa7
commit 61207fa08a
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)
}
}