fix(i18n): 전체 수량 표기를 통일한다
This commit is contained in:
@@ -20,7 +20,7 @@ struct FollowCreatorView: View {
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: I18n.Follow.followingListTitle)
|
||||
|
||||
HStack(spacing: 0) {
|
||||
HStack(spacing: 4) {
|
||||
Text(I18n.Follow.totalPrefix)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(Color.grayee)
|
||||
@@ -29,10 +29,6 @@ struct FollowCreatorView: View {
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(Color.mainRed3)
|
||||
|
||||
Text(I18n.Follow.personUnit)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(Color.grayee)
|
||||
|
||||
Spacer()
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
Reference in New Issue
Block a user