diff --git a/apps/frontend/src/pages/Build/BuildDiffColorState.tsx b/apps/frontend/src/pages/Build/BuildDiffColorState.tsx
index a2d0baa3..e10dbe36 100644
--- a/apps/frontend/src/pages/Build/BuildDiffColorState.tsx
+++ b/apps/frontend/src/pages/Build/BuildDiffColorState.tsx
@@ -24,8 +24,8 @@ export function useBuildDiffColorState() {
export function useBuildDiffColorStyle() {
const { color, opacity } = useBuildDiffColorState();
return {
- filter: `drop-shadow(0 2000px 0 ${color})`,
- transform: "translateY(-2000px)",
+ filter: `drop-shadow(0 60000px 0 ${color})`,
+ transform: "translateY(-60000px)",
overflow: "hidden",
opacity,
};
diff --git a/apps/frontend/src/ui/TwicPicture.tsx b/apps/frontend/src/ui/TwicPicture.tsx
index f352dc78..abc15570 100644
--- a/apps/frontend/src/ui/TwicPicture.tsx
+++ b/apps/frontend/src/ui/TwicPicture.tsx
@@ -13,7 +13,11 @@ export const TwicPicture = forwardRef(function TwicPicture(
const { src, transforms = [], original, ...rest } = props;
if (original) {
return (
-
+
);
}
return (