Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 3967ba5

Browse files
committed
fix: fix incorrect blur radius CSS variable
1 parent de1cadf commit 3967ba5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/selfish-spiders-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@reshoot/react": patch
3+
---
4+
5+
fix: fix incorrect blur radius CSS variable

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.4.0
1+
18.7.0

packages/react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const container = css`
5353
> img {
5454
width: 100%;
5555
height: 100%;
56-
filter: blur(--b);
56+
filter: blur(var(--b));
5757
}
5858
}
5959
`;

0 commit comments

Comments
 (0)