Updated on 2026-08-14
This commit is contained in:
parent
10860badeb
commit
9ea5dc577e
2 changed files with 18 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ import androidx.compose.ui.unit.dp
|
|||
import androidx.compose.ui.unit.sp
|
||||
import androidx.compose.ui.viewinterop.AndroidView
|
||||
import com.tangem.tangem_sdk_new.extensions.dpToPx
|
||||
import com.tangem.tap.common.compose.SpacerH
|
||||
import com.tangem.tap.common.compose.SpacerH16
|
||||
import com.tangem.tap.common.compose.SpacerH32
|
||||
import com.tangem.tap.common.compose.extensions.toAndroidGraphicsColor
|
||||
import com.tangem.tap.features.home.compose.StoriesBottomImageAnimation
|
||||
import com.tangem.tap.features.home.compose.StoriesTextAnimation
|
||||
|
|
@ -151,7 +151,7 @@ private fun TopContent(
|
|||
isDarkBackground: Boolean,
|
||||
subtitleTextId: Int? = null,
|
||||
) {
|
||||
SpacerH(32.dp)
|
||||
SpacerH32()
|
||||
StoriesTitleText(
|
||||
text = titleText,
|
||||
isDarkBackground = isDarkBackground,
|
||||
|
|
@ -161,7 +161,7 @@ private fun TopContent(
|
|||
subtitleText = subtitleText,
|
||||
subtitleTextId = subtitleTextId,
|
||||
)
|
||||
SpacerH(32.dp)
|
||||
SpacerH32()
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue