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(
|
Text(
|
||||||
"Fast forward",
|
text = "Fast forward if possible",
|
||||||
|
color = MaterialTheme.colors.primaryTextColor,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(start = 8.dp)
|
.padding(start = 8.dp)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user