라이브 만들기 버튼 스타일 개선
라이브 생성 아이콘을 ic_make_live로 교체하고 텍스트를 추가한다. 샘플 MessageInputView 파일을 제거한다.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
//
|
||||
// MessageInputView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/3/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct MessageInputView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
MessageInputView()
|
||||
}
|
||||
Reference in New Issue
Block a user