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:
parent
8f37968361
commit
299cd654a3
2 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue