Reduced size of message box label

This commit is contained in:
Abdelilah El Aissaoui 2022-07-10 16:19:03 +02:00
parent d6a8b93026
commit e28033f951

View File

@ -188,7 +188,7 @@ fun UncommitedChanges(
label = {
Text(
text = "Write your commit message here",
style = MaterialTheme.typography.body1.copy(color = MaterialTheme.colors.primaryVariant),
style = MaterialTheme.typography.body2.copy(color = MaterialTheme.colors.primaryVariant),
)
},
colors = textFieldColors(),