Skip to content

Commit 5f2946b

Browse files
committed
refactor: reduce height of navigation bar
1 parent 3e67580 commit 5f2946b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/musify/ui/components/MusifyBottomNavigation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import com.example.musify.ui.navigation.MusifyBottomNavigationDestinations
2525
* composable.
2626
*/
2727
object MusifyBottomNavigationConstants {
28-
val navigationHeight = 80.dp
28+
val navigationHeight = 60.dp
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)