Skip to content

Commit 3a33e63

Browse files
authored
Merge pull request #768 from back4app/BAC-996/navbar-mobile-version
updated package.json
2 parents 1c9c444 + e744f7b commit 3a33e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/runtime": "7.20.13",
4040
"@babel/runtime-corejs3": "7.20.13",
4141
"@back4app/back4app-settings": "1.6.5",
42-
"@back4app2/react-components": "1.0.0-beta.288",
42+
"@back4app2/react-components": "1.0.0-beta.440.30",
4343
"@codemirror/lang-css": "6.3.0",
4444
"@codemirror/lang-html": "6.4.9",
4545
"@codemirror/lang-javascript": "6.2.2",

src/stylesheets/back4app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $dark: #0F1C32;
2424
$mid-blue: #112C4D;
2525

2626
// Back4App sizes
27-
$header-height: 80px;
27+
$header-height: 63px;
2828
$toolbar-height: 64px;
2929
$content-max-height: calc(100vh - #{$header-height});
3030
$b4aSidebarCollapsedWidth: 88px;

0 commit comments

Comments
 (0)