Skip to content

Commit

Permalink
dhonti/ANDROID-15405-postercard: New preview reference with no images
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonti-axpe committed Nov 28, 2024
1 parent 2d4ce56 commit 6b3637a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ internal fun PosterCardImage() {
firstTopAction = TopActionData(iconRes = R.drawable.icn_visibility),
modifier = Modifier.fillMaxWidth(),
aspectRatio = PosterCardAspectRatio.AR_16_9,
backgroundType = PosterCardBackgroundType.Image(imageResource = R.drawable.sample_background),
backgroundType = PosterCardBackgroundType.Color(brush = SolidColor(MisticaTheme.colors.successLow)),
headline = Tag(content = TAG_HEADLINE_VALUE),
preTitle = PRE_TITLE_VALUE,
title = TITLE_VALUE,
Expand Down

0 comments on commit 6b3637a

Please sign in to comment.