Bug 1856955 - Part 2: Remove unnecessary font weight in DownloadLanguageFileDialog title

fenix/123.0
iorgamgabriel 5 months ago committed by mergify[bot]
parent d84224c693
commit 5e87f4d37a

@ -25,7 +25,6 @@ import androidx.compose.ui.semantics.Role
import androidx.compose.ui.semantics.clearAndSetSemantics
import androidx.compose.ui.semantics.heading
import androidx.compose.ui.semantics.semantics
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import androidx.compose.ui.window.Dialog
import mozilla.components.feature.downloads.toMegabyteOrKilobyteString
@ -73,7 +72,6 @@ fun DownloadLanguageFileDialog(
.semantics { heading() },
color = FirefoxTheme.colors.textPrimary,
style = FirefoxTheme.typography.headline7,
fontWeight = FontWeight.Bold,
)
if (isAllLanguagesItemType) {

Loading…
Cancel
Save