Skip to content

Commit

Permalink
[FIX/#173] 텍스트 스타일 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 19, 2024
1 parent ae90217 commit a3d7e9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import com.terning.core.designsystem.component.image.TerningImage
import com.terning.core.designsystem.theme.Grey500
import com.terning.core.designsystem.theme.TerningTheme
import com.terning.feature.R

@Composable
Expand All @@ -31,6 +33,8 @@ fun HomeFilteringEmptyIntern(
modifier = Modifier
.fillMaxWidth()
.align(Alignment.CenterHorizontally),
style = TerningTheme.typography.detail2,
color = Grey500,
textAlign = TextAlign.Center,
)
}
Expand Down

0 comments on commit a3d7e9a

Please sign in to comment.