diff --git a/sparkle/src/components/Sheet.tsx b/sparkle/src/components/Sheet.tsx
index a384f81061ba..47baacda54cc 100644
--- a/sparkle/src/components/Sheet.tsx
+++ b/sparkle/src/components/Sheet.tsx
@@ -132,7 +132,7 @@ const SheetFooter = ({
(leftButtonProps.disabled ? (
) : (
-
+
))}
@@ -140,7 +140,7 @@ const SheetFooter = ({
(rightButtonProps.disabled ? (
) : (
-
+
))}