Skip to content

Commit

Permalink
testing ios translucent tool bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Apr 7, 2024
1 parent fc03a18 commit 27f5bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function RootLayout({
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta
name='apple-mobile-web-app-status-bar-style'
content='black-transparent'
content='black-translucent'
/>
<meta name='mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-title' content='Payments' />
Expand Down
1 change: 1 addition & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

body {
touch-action: none;
background-color: #020817;
}

html {
Expand Down

0 comments on commit 27f5bac

Please sign in to comment.