We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e5210 commit 19b480dCopy full SHA for 19b480d
src/layouts/widgets/widget-container.tsx
@@ -12,7 +12,7 @@ export function WidgetContainer({
12
}: WidgetContainerProps) {
13
return (
14
<div
15
- className={`flex flex-col h-80 min-h-80 max-h-80 p-2 ${background && 'bg-widget widget-wrapper'} rounded-2xl ${className}`}
+ className={`flex flex-col h-80 min-h-80 max-h-80 p-2 ${background && 'bg-content bg-glass'} rounded-2xl ${className}`}
16
style={style}
17
>
18
{children}
0 commit comments