feat(creator): 채널 탭 고정을 연결한다
This commit is contained in:
@@ -12,7 +12,7 @@ struct CreatorChannelTitleBar: View {
|
||||
let onTapMore: () -> Void
|
||||
|
||||
var body: some View {
|
||||
HStack(spacing: 0) {
|
||||
HStack(spacing: SodaSpacing.s12) {
|
||||
Button(action: onTapBack) {
|
||||
Image("ic_new_bar_back")
|
||||
.resizable()
|
||||
@@ -20,6 +20,10 @@ struct CreatorChannelTitleBar: View {
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
|
||||
Text("")
|
||||
.appFont(.heading2)
|
||||
|
||||
|
||||
Spacer(minLength: 0)
|
||||
|
||||
HStack(spacing: SodaSpacing.s14) {
|
||||
|
||||
Reference in New Issue
Block a user