Fixed fast forward text in merge dialog when using dark theme
This commit is contained in:
parent
d4b2a1c57f
commit
474cc9a1d7
@ -74,7 +74,8 @@ fun MergeDialog(
|
||||
)
|
||||
|
||||
Text(
|
||||
"Fast forward",
|
||||
text = "Fast forward if possible",
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
modifier = Modifier
|
||||
.padding(start = 8.dp)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user