1
0
Fork 0
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:
Nadezhda-Gurova 2024-11-20 11:08:09 +01:00 committed by GitHub
parent c495b37c92
commit 551b5e817e
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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,