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

DROID-1246 App | Enhancement | Files Storage screen, buttons style (#57)

This commit is contained in:
Konstantin Ivanov 2023-06-13 11:25:29 +02:00 committed by GitHub
parent 867591a397
commit c33d1c9f26
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.Small.apply {
size = ButtonSize.SmallSecondary.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.Small.apply {
size = ButtonSize.SmallSecondary.apply {
contentPadding = PaddingValues(12.dp, 7.dp, 12.dp, 7.dp)
}
)