Skip to content

Commit

Permalink
fixed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Mar 9, 2024
1 parent 7ad33ce commit 17e0344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ actual fun LazyGridScope.DeviceContent(release: StateFlow<Release?>, onDeviceRea

if (!context.isPackageInstalled(Constants.PULZ_PACKAGE)) {
Card(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.padding(top = 16.dp).fillMaxWidth(),
onClick = {
Constants.GOOGLE_PLAY_PULZ.openInBrowser(context)
},
Expand Down

0 comments on commit 17e0344

Please sign in to comment.