Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 9, 2024
1 parent 56ecfcc commit 677ac78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ fun DestinationBar(modifier: Modifier = Modifier) {
Icon(
imageVector = Icons.Outlined.ExpandMore,
tint = JetsnackTheme.colors.brand,
contentDescription = stringResource(R.string.label_select_delivery)
contentDescription =
stringResource(R.string.label_select_delivery)
)
}
}
Expand Down

0 comments on commit 677ac78

Please sign in to comment.