Skip to content

Commit

Permalink
fix: 회면 background 색상 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed Jul 22, 2024
1 parent 4ef1bd0 commit 45c8435
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ fun MyPageScreen(
profileInfo: ProfileUiState,
onDibsOfPolicyClick: () -> Unit,
) {
Column {
Column(modifier = modifier
.fillMaxSize()
.background(WithpeaceTheme.colors.SystemWhite)) {
TitleBar(title = stringResource(R.string.my_page))
when (profileInfo) {
is ProfileUiState.Success -> {
Expand Down

0 comments on commit 45c8435

Please sign in to comment.