라이브 상세

- 채널보기 버튼 배경색 button색(#3BB9F1)로 변경
This commit is contained in:
Yu Sung 2024-11-21 00:34:56 +09:00
parent 3f2b5c045a
commit f794eb0ebd
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ struct LiveDetailView: View {
} }
.padding(.horizontal, 8.7) .padding(.horizontal, 8.7)
.padding(.vertical, 10) .padding(.vertical, 10)
.background(Color(hex: "9970ff")) .background(Color.button)
.cornerRadius(16.7) .cornerRadius(16.7)
.onTapGesture { .onTapGesture {