@@ -77,12 +77,12 @@ internal fun PlaceBottomSheet(
7777 horizontalArrangement = Arrangement .spacedBy(8 .dp),
7878 ) {
7979 Text (
80+ modifier = Modifier .weight(1f , fill = false ),
8081 text = place.placeInfo.name,
8182 style = NDGLTheme .typography.titleMdSemiBold,
8283 color = NDGLTheme .colors.black800,
8384 maxLines = 1 ,
8485 overflow = TextOverflow .Ellipsis ,
85- modifier = Modifier .weight(1f ),
8686 )
8787 Box (
8888 modifier = Modifier
@@ -136,7 +136,7 @@ internal fun PlaceBottomSheet(
136136 Spacer (modifier = Modifier .height(4 .dp))
137137 if (place.regularOpeningHours != null ) {
138138 Text (
139- text = stringResource(R .string.opening_hours_format, place.regularOpeningHours.toString() ),
139+ text = stringResource(R .string.opening_hours_format, place.regularOpeningHours),
140140 style = NDGLTheme .typography.bodyMdMedium,
141141 color = NDGLTheme .colors.black500,
142142 )
@@ -256,7 +256,7 @@ private fun PlaceBottomSheetPreview() {
256256 thumbnail = " " ,
257257 latitude = 0.0 ,
258258 longitude = 0.0 ,
259- name = " 콜로세움" ,
259+ name = " 콜로세움(콜로세움콜로세움콜로세움콜로세움콜로세움 " ,
260260 googleMapsUri = " " ,
261261 placeType = PlaceType .CAFE ,
262262 ),
0 commit comments