Fixed fast forward text in merge dialog when using dark theme

This commit is contained in:
Abdelilah El Aissaoui 2022-01-01 18:32:51 +01:00
parent d4b2a1c57f
commit 474cc9a1d7

View File

@ -74,7 +74,8 @@ fun MergeDialog(
)
Text(
"Fast forward",
text = "Fast forward if possible",
color = MaterialTheme.colors.primaryTextColor,
modifier = Modifier
.padding(start = 8.dp)
)