fixed color of status bar for pwa
What does this PR do?
- This PR fixes the issue raised by @PeerRich in #8283
- Follows the fix provided in the same issue
Fixes #8283
Before

After
-
iOS
https://user-images.githubusercontent.com/40211415/235367080-37bbe479-497f-46bb-a82c-eca0bc13037f.mp4
-
Android

Environment: Staging(main branch)
Type of change
- Bug fix (non-breaking change which fixes an issue)
How should this be tested?
- on iOS, visit app.cal.com on safari
- add to homescreen
- open
- try togging the theme
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| cal | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 11, 2023 11:55pm |
| ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 11, 2023 11:55pm |
@tap0212 is attempting to deploy a commit to the cal Team on Vercel.
A member of the Team first needs to authorize it.
📦 Next.js Bundle Analysis for @calcom/web
This analysis was generated by the Next.js Bundle Analysis action. 🤖
Three Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
| Page | Size (compressed) | First Load | % of Budget (350 KB) |
|---|---|---|---|
/apps/[slug]/[...pages] |
456.8 KB |
607.69 KB | 173.63% (🟡 +0.16%) |
/auth/setup |
174.8 KB |
325.69 KB | 93.06% (🟡 +0.15%) |
/event-types/[type] |
468.73 KB |
619.63 KB | 177.04% (🟡 +0.19%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/-