Browse Source

Remove horizontal padding of actions row in empty screen (#9332)

0x7673 1 năm trước cách đây
mục cha
commit
6662a97b2f

+ 0 - 2
presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt

@@ -81,8 +81,6 @@ fun EmptyScreen(
                 modifier = Modifier
                     .padding(
                         top = 24.dp,
-                        start = 24.dp,
-                        end = 24.dp,
                     ),
                 horizontalArrangement = Arrangement.spacedBy(MaterialTheme.padding.small),
             ) {