Skip to content

Commit a78e3e4

Browse files
authored
Merge pull request #102 from mendix/remove-top-bar
Remove old top bar reference
2 parents b201400 + 6ddcb23 commit a78e3e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

styles/native/js/core/widgets/navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Customizing core files will make updating Atlas much more difficult in the futur
77
To customize any core styling, copy the part you want to customize to styles/native/app/ so the core styling is overwritten.
88
99
==========================================================================
10-
TopBar / BottomBar / ProgressOverlay
10+
BottomBar / ProgressOverlay
1111
12-
Default Class For Mendix TopBar, BottomBar and ProgressOverlay
12+
Default Class For Mendix BottomBar and ProgressOverlay
1313
========================================================================== */
1414
export const navigationStyle = {
1515
bottomBar: {

styles/native/ts/core/widgets/navigation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Customizing core files will make updating Atlas much more difficult in the futur
88
To customize any core styling, copy the part you want to customize to styles/native/app/ so the core styling is overwritten.
99
1010
==========================================================================
11-
TopBar / BottomBar / ProgressOverlay
11+
BottomBar / ProgressOverlay
1212
13-
Default Class For Mendix TopBar, BottomBar and ProgressOverlay
13+
Default Class For Mendix BottomBar and ProgressOverlay
1414
========================================================================== */
1515
export const navigationStyle: NavigationType = {
1616
bottomBar: {

0 commit comments

Comments
 (0)