Skip to content

Commit 3a70326

Browse files
Merge remote-tracking branch 'upstream/main' into twitter-card
2 parents 30daf28 + d886314 commit 3a70326

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/components/gradient-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export default function GradientEditor() {
105105
});
106106

107107
const {
108-
width: width,
109-
height: height,
108+
width,
109+
height,
110110
innerPaddingX,
111111
innerPaddingY,
112112
pageName,

packages/ui/src/gradient-preview/gradient-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const GradientPreview: React.FC<GradientPreviewProps> = ({
213213
width: gradientWidth ? gradientWidth + "px" : "100%",
214214
height: gradientHeight ? gradientHeight + "px" : "100%",
215215
borderRadius: rounded ? "15px" : "0",
216-
filter: `blur(${blurAmount}px)`,
216+
// filter: `blur(${blurAmount}px)`,
217217
}}
218218
src={customImage}
219219
width={100}

0 commit comments

Comments
 (0)