Skip to content

Commit

Permalink
fix : 저장 topbartitle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyeon committed Jun 29, 2024
1 parent 389f9ce commit d8706c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fun DoraLinkSaveScreen(
DoraTopBar.BackNavigationTopBar(
modifier = Modifier,
title = stringResource(id = R.string.link_save_title_text),
titleAlignment = Alignment.Center,
isTitleCenter = true,
onClickBackIcon = onClickBackIcon,
)
Spacer(modifier = Modifier.height(height = 24.dp))
Expand Down

0 comments on commit d8706c4

Please sign in to comment.