배경색 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

@ -43,7 +43,7 @@ struct ContentDetailOtherContentView: View {
}
.padding(13.3)
.frame(maxWidth: .infinity)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(4.7)
}
}

View File

@ -70,7 +70,7 @@ struct UserProfileDonationAllView: View {
}
.padding(.vertical, 13.3)
.padding(.horizontal, 16.7)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(8)
.padding(.top, 13.3)
.padding(.horizontal, 13.3)
@ -212,7 +212,7 @@ struct UserProfileDonationAllItemView: View {
.padding(.horizontal, isTop3Index(index: index) ? 20 : 0)
.padding(.top, getTopPadding(index: index))
.padding(.bottom, getBottomPadding(index: index))
.background(Color(hex: "2b2635").opacity(isTop3Index(index: index) ? 1 : 0))
.background(Color(hex: "13181b").opacity(isTop3Index(index: index) ? 1 : 0))
.cornerRadius(4.7, corners: cornerRadiusConers(index: index))
.padding(.horizontal, isTop3Index(index: index) ? 0 : 6.7)
}

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)
}

View File

@ -83,7 +83,7 @@ struct LiveReservationAllView: 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)
}

View File

@ -102,7 +102,7 @@ struct SectionLiveReservationView: 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)
}

View File

@ -75,7 +75,7 @@ struct LiveRoomDonationRankingItemView: View {
.padding(.horizontal, isTop3Index(index: index) ? 20 : 0)
.padding(.top, getTopPadding(index: index))
.padding(.bottom, getBottomPadding(index: index))
.background(Color(hex: "2b2635").opacity(isTop3Index(index: index) ? 1 : 0))
.background(Color(hex: "13181b").opacity(isTop3Index(index: index) ? 1 : 0))
.cornerRadius(4.7, corners: cornerRadiusConers(index: index))
.padding(.horizontal, isTop3Index(index: index) ? 0 : 6.7)
}

View File

@ -30,7 +30,7 @@ struct LiveRoomDonationRankingTotalCanView: View {
}
.padding(.horizontal, 18.7)
.padding(.vertical, 10.7)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(8)
}
}

View File

@ -74,7 +74,7 @@ struct TextMessageView: View {
.foregroundColor(Color(hex: "bbbbbb"))
}
.frame(width: screenSize().width - 26.7, height: screenSize().height / 2)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(4.7)
}
}

View File

@ -82,7 +82,7 @@ struct VoiceMessageView: View {
.foregroundColor(Color(hex: "bbbbbb"))
}
.frame(width: screenSize().width - 26.7, height: screenSize().height / 2)
.background(Color(hex: "2b2635"))
.background(Color(hex: "13181b"))
.cornerRadius(4.7)
}
}