Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions styles/native/js/core/widgets/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Customizing core files will make updating Atlas much more difficult in the futur
To customize any core styling, copy the part you want to customize to styles/native/app/ so the core styling is overwritten.

==========================================================================
TopBar / BottomBar / ProgressOverlay
BottomBar / ProgressOverlay

Default Class For Mendix TopBar, BottomBar and ProgressOverlay
Default Class For Mendix BottomBar and ProgressOverlay
========================================================================== */
export const navigationStyle = {
bottomBar: {
Expand Down
4 changes: 2 additions & 2 deletions styles/native/ts/core/widgets/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Customizing core files will make updating Atlas much more difficult in the futur
To customize any core styling, copy the part you want to customize to styles/native/app/ so the core styling is overwritten.

==========================================================================
TopBar / BottomBar / ProgressOverlay
BottomBar / ProgressOverlay

Default Class For Mendix TopBar, BottomBar and ProgressOverlay
Default Class For Mendix BottomBar and ProgressOverlay
========================================================================== */
export const navigationStyle: NavigationType = {
bottomBar: {
Expand Down