Skip to content

Commit

Permalink
style check success
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Feb 16, 2024
1 parent d2c6827 commit 49c6012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ fun BandalartBottomSheetContent(
}
if (isMainCell && uiState.isCellDataCopied) {
Spacer(modifier = Modifier.height(22.dp))
Spacer(modifier = Modifier.height(if(uiState.isEmojiPickerOpened) (-32).dp else 0.dp))
Spacer(modifier = Modifier.height(if (uiState.isEmojiPickerOpened) (-32).dp else 0.dp))
BottomSheetSubTitleText(text = stringResource(R.string.bottomsheet_color))
BandalartColorPicker(
initColor = ThemeColor(
Expand Down

0 comments on commit 49c6012

Please sign in to comment.