Skip to content

Commit

Permalink
[REFACTOR] #125 : 설문 확인 탑바 뒤로가기 버튼 색상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Feb 16, 2024
1 parent 974b87d commit 721106c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import com.wap.designsystem.WappTheme
import com.wap.wapp.core.designresource.R.drawable
import com.wap.wapp.feature.survey.check.R

@OptIn(ExperimentalMaterial3Api::class)
Expand All @@ -37,9 +36,10 @@ internal fun SurveyDetailTopBar(
},
navigationIcon = {
Icon(
painter = painterResource(id = drawable.ic_back),
painter = painterResource(id = com.wap.wapp.core.designsystem.R.drawable.ic_back),
contentDescription =
stringResource(com.wap.wapp.core.designsystem.R.string.back_button),
tint = WappTheme.colors.white,
modifier = Modifier
.padding(start = 16.dp)
.clickable { onBackButtonClicked() },
Expand Down

0 comments on commit 721106c

Please sign in to comment.