mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3065 Local storage | Design | Modified Spacer size in LocalStorageScreen (#1819)
Co-authored-by: Evgenii Kozlov <ubuphobos@gmail.com>
This commit is contained in:
parent
c495b37c92
commit
551b5e817e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ fun LocalStorageScreen(
|
|||
style = Title1,
|
||||
color = colorResource(id = R.color.text_primary)
|
||||
)
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
Spacer(modifier = Modifier.height(4.dp))
|
||||
Text(
|
||||
text = stringResource(id = R.string.in_order_to_save),
|
||||
style = BodyCalloutRegular,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue