Skip to content

Commit 5e5fc11

Browse files
committed
chore :: 반별 페이지 회사 이름 추가
1 parent 000ab3d commit 5e5fc11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

feature/employment/src/main/java/team/retum/employment/ui/EmploymentDetailScreen.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import androidx.compose.foundation.layout.Box
66
import androidx.compose.foundation.layout.Column
77
import androidx.compose.foundation.layout.PaddingValues
88
import androidx.compose.foundation.layout.Row
9+
import androidx.compose.foundation.layout.Spacer
910
import androidx.compose.foundation.layout.fillMaxSize
1011
import androidx.compose.foundation.layout.fillMaxWidth
1112
import androidx.compose.foundation.layout.padding
@@ -23,6 +24,7 @@ import androidx.compose.ui.draw.clip
2324
import androidx.compose.ui.draw.shadow
2425
import androidx.compose.ui.layout.ContentScale
2526
import androidx.compose.ui.res.stringResource
27+
import androidx.compose.ui.text.style.TextAlign
2628
import androidx.compose.ui.unit.dp
2729
import androidx.hilt.navigation.compose.hiltViewModel
2830
import androidx.lifecycle.compose.collectAsStateWithLifecycle
@@ -142,5 +144,11 @@ private fun CompanyCard(
142144
contentDescription = companyName,
143145
contentScale = ContentScale.Crop,
144146
)
147+
Spacer(modifier = Modifier.padding(8.dp))
148+
JobisText(
149+
text = companyName,
150+
style = JobisTypography.Description,
151+
textAlign = TextAlign.Center,
152+
)
145153
}
146154
}

0 commit comments

Comments
 (0)