Skip to content

Commit 19b480d

Browse files
committed
feat: update background styling in WidgetContainer component
1 parent 63e5210 commit 19b480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/widgets/widget-container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function WidgetContainer({
1212
}: WidgetContainerProps) {
1313
return (
1414
<div
15-
className={`flex flex-col h-80 min-h-80 max-h-80 p-2 ${background && 'bg-widget widget-wrapper'} rounded-2xl ${className}`}
15+
className={`flex flex-col h-80 min-h-80 max-h-80 p-2 ${background && 'bg-content bg-glass'} rounded-2xl ${className}`}
1616
style={style}
1717
>
1818
{children}

0 commit comments

Comments
 (0)