1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1246 Settings | Enhancement | Fix buttons design on file-storage screen (#39)

This commit is contained in:
Konstantin Ivanov 2023-06-08 12:02:55 +02:00 committed by GitHub
parent dbd4734ef0
commit 5958908b9a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ fun FilesStorageScreen(
ButtonSecondary(
text = stringResource(id = R.string.manage_files),
onClick = onManageFilesClicked,
size = ButtonSize.XSmall.apply {
size = ButtonSize.Small.apply {
contentPadding = PaddingValues(12.dp, 7.dp, 12.dp, 7.dp)
}
)
@ -200,7 +200,7 @@ fun FilesStorageScreen(
ButtonSecondary(
text = stringResource(id = R.string.offload_files),
onClick = onOffloadFilesClicked,
size = ButtonSize.XSmall.apply {
size = ButtonSize.Small.apply {
contentPadding = PaddingValues(12.dp, 7.dp, 12.dp, 7.dp)
}
)