浏览代码

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

0x7673 2 年之前
父节点
当前提交
6662a97b2f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      presentation-core/src/main/java/tachiyomi/presentation/core/screens/EmptyScreen.kt

+ 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),
             ) {