Fixed incorrect stash list text
This commit is contained in:
parent
68917c40c9
commit
0a107ee558
@ -43,7 +43,7 @@ fun Stashes(gitManager: GitManager) {
|
|||||||
.background(MaterialTheme.colors.headerBackground)
|
.background(MaterialTheme.colors.headerBackground)
|
||||||
.padding(vertical = 8.dp)
|
.padding(vertical = 8.dp)
|
||||||
.fillMaxWidth(),
|
.fillMaxWidth(),
|
||||||
text = "ui.Stashes",
|
text = "Stashes",
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Bold,
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
color = MaterialTheme.colors.primary,
|
color = MaterialTheme.colors.primary,
|
||||||
|
Loading…
Reference in New Issue
Block a user