Skip to content

Commit

Permalink
fix: make status bar translucent (#177)
Browse files Browse the repository at this point in the history
* fix: make status bar translucent

* chore: change nav theme hsl values

---------

Co-authored-by: im-adithya <[email protected]>
  • Loading branch information
reneaaron and im-adithya committed Oct 31, 2024
1 parent 7b0da5b commit d054daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Nip47Capability } from "@getalby/sdk/dist/NWCClient";

export const NAV_THEME = {
light: {
background: "hsl(210 20% 98%)", // background
background: "hsl(0 0% 100%)", // background
border: "hsl(240 5.9% 90%)", // border
card: "hsl(210 20% 98%)", // card
card: "hsl(0 0% 100%)", // card
notification: "hsl(0 84.2% 60.2%)", // destructive
primary: "hsl(240 5.9% 10%)", // primary
text: "hsl(240 10% 3.9%)", // foreground
Expand Down

0 comments on commit d054daa

Please sign in to comment.