File tree Expand file tree Collapse file tree
java/com/texthip/thip/ui/group/myroom/screen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,11 +331,6 @@ fun GroupRoomScreen(
331331 GroupBottomButtonType .CANCEL -> stringResource(R .string.group_room_screen_cancel)
332332 GroupBottomButtonType .CLOSE -> stringResource(R .string.group_room_screen_end)
333333 }
334- val buttonColor = when (currentButtonType) {
335- GroupBottomButtonType .JOIN -> colors.Purple
336- GroupBottomButtonType .CANCEL -> colors.Purple
337- GroupBottomButtonType .CLOSE -> colors.Purple
338- }
339334
340335 Button (
341336 onClick = {
@@ -375,7 +370,7 @@ fun GroupRoomScreen(
375370 }
376371 },
377372 colors = ButtonDefaults .buttonColors(
378- containerColor = buttonColor
373+ containerColor = colors. Purple
379374 ),
380375 modifier = Modifier
381376 .align(Alignment .BottomCenter )
Original file line number Diff line number Diff line change 278278 <string name =" group_recruiting_title" >모집중인 모임방</string >
279279 <string name =" book_recruiting_empty_message" >이 책으로 모집중인 모임방이 없어요.</string >
280280 <string name =" book_recruiting_empty_sub_message" >직접 모임방을 만들어보세요!</string >
281- <string name =" group_recruiting_create_button" >모임방 만들기\n </string >
281+ <string name =" group_recruiting_create_button" >모임방 만들기</string >
282282
283283</resources >
You can’t perform that action at this time.
0 commit comments