adjusted dropdown manu item text style

This commit is contained in:
X1nto 2021-08-20 12:28:33 +04:00
parent 459677ad7b
commit 02a3bd87b3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fun ManagerDropdownMenuItem(
) {
ManagerText(
text = title,
textStyle = MaterialTheme.typography.body1
textStyle = MaterialTheme.typography.h6
)
}
}