Skip to content

Commit

Permalink
[FEAT/#191] 인턴 상세 정보 컴포넌트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Sep 2, 2024
1 parent a2a58ce commit 070a4ae
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions feature/src/main/java/com/terning/feature/intern/InternRoute.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.terning.feature.intern

import android.view.ViewGroup
import android.webkit.WebView
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -207,17 +206,11 @@ fun InternScreen(
modifier = modifier,
text = stringResource(id = R.string.intern_sub_title_intern_detail)
)
}

Column(
verticalArrangement = Arrangement.Top,
) {


Column(
modifier = modifier.padding(
start = 24.dp,
end = 24.dp,
start = 10.dp,
top = 5.dp,
bottom = 20.dp
)
) {
Expand All @@ -230,6 +223,7 @@ fun InternScreen(
}
}
}

if (internUiState.isScrapDialogVisible) {
TerningBasicDialog(
onDismissRequest = {
Expand Down

0 comments on commit 070a4ae

Please sign in to comment.