feat(creator): 채널 탭 고정을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 01:34:40 +09:00
parent 6cebf3052c
commit f19b04dc0e
2 changed files with 62 additions and 11 deletions

View File

@@ -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) {