[fenix] Bug 1812627 ~ add FirefoxTheme to ProfilerDialogueCard

pull/600/head
Harrison Oglesby 1 year ago committed by mergify[bot]
parent 83046224d0
commit 61f81fe1a4

@ -35,11 +35,13 @@ import org.mozilla.fenix.theme.FirefoxTheme
*/
@Composable
fun ProfilerDialogueCard(content: @Composable () -> Unit) {
Card(
elevation = 8.dp,
shape = RoundedCornerShape(12.dp),
) {
content()
FirefoxTheme {
Card(
elevation = 8.dp,
shape = RoundedCornerShape(12.dp),
) {
content()
}
}
}

Loading…
Cancel
Save