Skip to content

Commit

Permalink
Fix Home Button background color align the app background color
Browse files Browse the repository at this point in the history
Fixed home button background color in ios align to app background color
 when the user is in darkmode theme
  • Loading branch information
BijinDev committed Feb 4, 2025
1 parent d6d8dde commit 714e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gui/main-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ styles.registerStyle("main", () => {
"border-top": `1px solid ${theme.navigation_border}`,
height: positionValue(size.bottom_nav_bar),
background: theme.header_bg,
"margin-bottom": "env(safe-area-inset-bottom)",
"padding-bottom": "env(safe-area-inset-bottom)",
"z-index": 2,
},
".notification-overlay-content": {
Expand Down

0 comments on commit 714e532

Please sign in to comment.