diff --git a/src/widget/BackgroundGradient.tsx b/src/widget/BackgroundGradient.tsx index 0bdf262..ac16370 100644 --- a/src/widget/BackgroundGradient.tsx +++ b/src/widget/BackgroundGradient.tsx @@ -2,11 +2,12 @@ import type { ComponentProps } from "preact"; import type { Theme } from "./theme"; export function WidgetBackgroundGradient({ + id, theme, ...props }: { readonly theme: Theme } & ComponentProps<"linearGradient">) { return ( - +