배경색 2b2635 -> 13181b 로 변경

This commit is contained in:
Yu Sung
2023-10-05 23:35:45 +09:00
parent c00931761c
commit c75f94722b
9 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ struct SectionLiveNowView: View {
}
.padding(.vertical, 16.7)
.frame(width: screenSize().width - 26.7)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(4.7)
.padding(.top, 28.3)
}