라이브 게스트

- 본인이 스피커일 때 리스너로 변경하는 버튼 추가
This commit is contained in:
Yu Sung
2024-03-15 00:56:49 +09:00
parent 68cc99c263
commit e95d152e45
3 changed files with 17 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ struct LiveRoomOverlayStrokeTextButton: View {
var body: some View {
Text(text)
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.red)
.foregroundColor(textColor)
.padding(.horizontal, 8)
.padding(.vertical, 6)
.overlay(