라이브 정보 수정

- 메뉴판 수정 기능 추가
This commit is contained in:
Yu Sung
2024-03-08 20:40:29 +09:00
parent b6411c3ccb
commit 70460f5c8a
6 changed files with 242 additions and 114 deletions

View File

@@ -352,7 +352,7 @@ struct LiveRoomCreateView: View {
text: $viewModel.content,
placeholder: viewModel.placeholder,
textColorHex: "eeeeee",
backgroundColorHex: "222222"
backgroundColorHex: "303030"
)
.frame(width: screenSize().width - 26.7, height: 200)
.cornerRadius(6.7)