[fenix] Bug 1812627 ~ add FirefoxTheme to ProfilerDialogueCard

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

@ -35,6 +35,7 @@ import org.mozilla.fenix.theme.FirefoxTheme
*/
@Composable
fun ProfilerDialogueCard(content: @Composable () -> Unit) {
FirefoxTheme {
Card(
elevation = 8.dp,
shape = RoundedCornerShape(12.dp),
@ -42,6 +43,7 @@ fun ProfilerDialogueCard(content: @Composable () -> Unit) {
content()
}
}
}
/**
* Top level radio button for the profiler dialogue.

Loading…
Cancel
Save