feat(main): 메인 탭 화면을 추가한다
This commit is contained in:
@@ -56,7 +56,7 @@ struct EventPopupDialogView: View {
|
||||
.padding(.horizontal, 26.7)
|
||||
.padding(.bottom, 13.3)
|
||||
}
|
||||
.background(Color(hex: "222222"))
|
||||
.background(Color.black)
|
||||
.cornerRadius(16.7, corners: [.topLeft, .topRight])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user