Skip to content

Commit 16acbb2

Browse files
authored
Update WallpapersScreen.kt
1 parent 68bac23 commit 16acbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source-code/app/src/main/java/com/hackeros/app/ui/screens/WallpapersScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ fun WallpapersScreen(
202202
}
203203
else -> {
204204
if (fromCache) {
205-
Box(Modifier.padding(horizontal = 20.dp, top = 0.dp, bottom = 12.dp)) {
205+
Box(Modifier.padding(start = 20.dp, top = 0.dp, end = 20.dp, bottom = 12.dp)) {
206206
OfflineBanner(text = t.offline_cached_banner, primaryColor = theme.primaryColor())
207207
}
208208
}

0 commit comments

Comments
 (0)