Skip to content

Commit

Permalink
[FIX] #67-라미인드 화면 배경 색상 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
l5x5l committed Aug 31, 2024
1 parent e61415e commit 4d4dee8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package pokitmons.pokit.home.remind

import android.content.Context
import android.widget.Toast
import androidx.compose.foundation.background
import androidx.compose.foundation.horizontalScroll
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
Expand Down Expand Up @@ -35,6 +36,7 @@ import pokitmons.pokit.core.ui.components.template.modifybottomsheet.ModifyBotto
import pokitmons.pokit.core.ui.components.template.pokkiempty.EmptyPokki
import pokitmons.pokit.core.ui.components.template.pokkierror.ErrorPokki
import pokitmons.pokit.core.ui.components.template.removeItemBottomSheet.TwoButtonBottomSheetContent
import pokitmons.pokit.core.ui.theme.PokitTheme
import pokitmons.pokit.core.ui.R.string as coreString

@Composable
Expand Down Expand Up @@ -130,6 +132,7 @@ fun RemindScreen(
} else {
Column(
modifier = modifier
.background(PokitTheme.colors.backgroundBase)
.padding(20.dp)
.fillMaxHeight()
.verticalScroll(rememberScrollState())
Expand Down

0 comments on commit 4d4dee8

Please sign in to comment.