diff --git a/modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryEpilogueView.kt b/modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryEpilogueView.kt index 65de130c945..1a6c185dd64 100644 --- a/modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryEpilogueView.kt +++ b/modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryEpilogueView.kt @@ -33,6 +33,7 @@ import androidx.compose.ui.res.stringResource import androidx.compose.ui.unit.dp import au.com.shiftyjelly.pocketcasts.compose.components.TextP40 import au.com.shiftyjelly.pocketcasts.endofyear.R +import au.com.shiftyjelly.pocketcasts.endofyear.components.PodcastLogoWhite import au.com.shiftyjelly.pocketcasts.endofyear.components.StoryPrimaryText import au.com.shiftyjelly.pocketcasts.endofyear.components.StorySecondaryText import au.com.shiftyjelly.pocketcasts.repositories.endofyear.stories.StoryEpilogue @@ -75,7 +76,7 @@ fun StoryEpilogueView( Spacer(modifier = modifier.weight(1f)) - PodcastLogo() + PodcastLogoWhite() Spacer(modifier = modifier.height(30.dp)) } @@ -148,11 +149,3 @@ private fun ReplayButton( ) } } - -@Composable -fun PodcastLogo() { - Image( - painter = painterResource(R.drawable.logo_red), - contentDescription = null, - ) -} diff --git a/modules/features/endofyear/src/main/res/drawable/logo_red.xml b/modules/features/endofyear/src/main/res/drawable/logo_red.xml deleted file mode 100644 index 14ef7f7e2d0..00000000000 --- a/modules/features/endofyear/src/main/res/drawable/logo_red.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - -