Use the three dots icon for the menu

This commit is contained in:
Jackson Harper 2023-04-20 14:38:45 +08:00
parent 326905a08d
commit aaa2f3755b

View file

@ -43,7 +43,7 @@ fun LibraryNavigationBar(
IconButton(onClick = onSettingsIconClick) {
Icon(
imageVector = Icons.Default.Person,
imageVector = Icons.Default.MoreVert,
contentDescription = null
)
}