diff --git a/src/utils/shareUtils.js b/src/utils/shareUtils.js
index be1c356..15dfebe 100644
--- a/src/utils/shareUtils.js
+++ b/src/utils/shareUtils.js
@@ -38,8 +38,6 @@ export function buildShareCanvas(data, t, formattedTime) {
bg.addColorStop(1, '#0a1324');
ctx.fillStyle = bg;
ctx.fillRect(0, 0, width, height);
- ctx.fillStyle = 'rgba(0, 0, 0, 0.35)';
- ctx.fillRect(12, 12, width - 24, height - 24);
ctx.fillStyle = '#e8fbff';
ctx.font = '700 26px "Segoe UI", sans-serif';
@@ -204,7 +202,6 @@ export function buildShareSVG(data, t, formattedTime) {
-
`;
// Text: Title & Time