소스 검색

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