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

DROID-1943 Multispaces | Fix | Design fixes for space-settings screen + Remove themed background from space icom (#606)

This commit is contained in:
Evgenii Kozlov 2023-11-28 14:44:21 +01:00 committed by uburoiubu
parent 8f37968361
commit 299cd654a3
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
2 changed files with 3 additions and 2 deletions

View file

@ -119,7 +119,7 @@ fun SpaceImageBlock(
mainSize: Dp = 96.dp,
emojiSize: Dp = 48.dp,
gradientSize: Dp = 64.dp,
gradientBackground: Color = colorResource(id = R.color.glyph_selected),
gradientBackground: Color = colorResource(id = R.color.default_gradient_background),
gradientCornerRadius: Dp = 8.dp
) {
when (icon) {