Skip to content

Commit

Permalink
fix: add border-radius inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
BjrInt authored Feb 21, 2023
1 parent f967bdc commit 636f966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/noise.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export function getNoiseEffectCss(color?: keyof ThemeColor, opacity?: number) {
z-index: -1;
opacity: ${opacity || 1};
mask-image: ${SVGMask};
border-radius: inherit;
-webkit-mask-image: ${SVGMask};
background-image: linear-gradient(
to bottom,
Expand Down

0 comments on commit 636f966

Please sign in to comment.