Skip to content

Commit

Permalink
feat: Increase Transparency of Android Navigation Bar (#1267)
Browse files Browse the repository at this point in the history
Makes it more transparent in the reader mode.
  • Loading branch information
Palloxin authored Oct 30, 2024
1 parent 0fad9b9 commit c498d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/common/useFullscreenMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const useFullscreenMode = () => {
* But in hexa, ##xxxxxx00 could be another color
*/
changeNavigationBarColor(
Color(theme.surface).alpha(0.05).hexa(),
Color(theme.surface).alpha(0.01).hexa(),
theme.isDark,
);
setStatusBarColor(theme);
Expand Down

0 comments on commit c498d7e

Please sign in to comment.