Skip to content

Commit

Permalink
style: Simplify Previews name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Dec 23, 2024
1 parent 8cec7fd commit 2f0e0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private fun ChipLabel(text: String) {

@PreviewLightAndDark
@Composable
private fun EmailAddressChipPreview() {
private fun Preview() {

fun getLoremText(words: Int) = LoremIpsum(words).values.joinToString(separator = " ")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private fun CancelUploadBottomSheet(onCancel: () -> Unit, closeButtonSheet: () -

@PreviewAllWindows
@Composable
private fun UploadProgressScreenPreview() {
private fun Preview() {
SwissTransferTheme {
UploadProgressScreen(
progressState = { UploadProgressUiState.Progress(44_321_654L) },
Expand Down

0 comments on commit 2f0e0d6

Please sign in to comment.