Skip to content

Commit 067efa4

Browse files
committed
Update OudsNavigationBarHeight to match with ShortNavigationBar height
1 parent cd23674 commit 067efa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/orange/ouds/core/component/OudsNavigationBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private val LocalWindowWidthSizeClass = staticCompositionLocalOf { WindowWidthSi
9090
/**
9191
* Height of OUDS navigation bar.
9292
*/
93-
val OudsNavigationBarHeight = 80.dp
93+
val OudsNavigationBarHeight = 64.dp
9494

9595
/**
9696
* The Navigation bar (aka Bottom navigation bar on Material 2) provides access to an app’s primary destinations using 3 to 5 persistent tabs.

0 commit comments

Comments
 (0)