Skip to content

Commit

Permalink
Revert red logo on epilogue screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiagr committed Dec 1, 2022
1 parent a5a065c commit 71326bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -75,7 +76,7 @@ fun StoryEpilogueView(

Spacer(modifier = modifier.weight(1f))

PodcastLogo()
PodcastLogoWhite()

Spacer(modifier = modifier.height(30.dp))
}
Expand Down Expand Up @@ -148,11 +149,3 @@ private fun ReplayButton(
)
}
}

@Composable
fun PodcastLogo() {
Image(
painter = painterResource(R.drawable.logo_red),
contentDescription = null,
)
}
63 changes: 0 additions & 63 deletions modules/features/endofyear/src/main/res/drawable/logo_red.xml

This file was deleted.

0 comments on commit 71326bd

Please sign in to comment.