Skip to content

Commit

Permalink
fix: panel backdrop filter blur (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien authored Apr 25, 2024
1 parent bdc8302 commit 447b4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frosted-ui/src/styles/tokens/color.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
--color-panel-solid: white;
--color-panel-translucent: rgba(255, 255, 255, 0.5);
--color-surface: rgba(255, 255, 255, 0.9);
--backdrop-filter-panel: blur(12px) saturate(190%) contrast(50%)
--backdrop-filter-panel: blur(20px) saturate(190%) contrast(50%)
brightness(130%);

/*
Expand Down Expand Up @@ -201,7 +201,7 @@
--color-panel-solid: var(--gray-2);
--color-panel-translucent: var(--gray-2-translucent);
--color-surface: rgba(0, 0, 0, 0.25);
--backdrop-filter-panel: blur(10px) saturate(190%) contrast(90%)
--backdrop-filter-panel: blur(20px) saturate(190%) contrast(90%)
brightness(80%);
}

Expand Down

0 comments on commit 447b4ff

Please sign in to comment.