Merge pull request #737 from SimonMarquis/patch-4

Update `BookmarksGrid` horizontal spacing to fix #732
for/main
Don Turner 1 year ago committed by GitHub
commit fa2ae96625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,7 @@ private fun BookmarksGrid(
LazyVerticalGrid(
columns = Adaptive(300.dp),
contentPadding = PaddingValues(16.dp),
horizontalArrangement = Arrangement.spacedBy(32.dp),
horizontalArrangement = Arrangement.spacedBy(16.dp),
verticalArrangement = Arrangement.spacedBy(24.dp),
state = scrollableState,
modifier = modifier

Loading…
Cancel
Save