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:
parent
867591a397
commit
c33d1c9f26
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue