Skip to content

Commit 1903544

Browse files
committed
chore: apply bg gradients to WindowBox
1 parent b5df634 commit 1903544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WindowBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const WindowBox = ({ title, Svg, children, className }: WindowBoxProps) => (
1616
className
1717
)}
1818
>
19-
<div className="flex items-center gap-4 bg-primary-highlight-gradient p-4">
19+
<div className="flex items-center gap-4 bg-gradient-to-b from-primary-hover/5 p-4 dark:from-primary-hover/20">
2020
<div className="grid size-10 place-items-center rounded-lg border">
2121
<Svg />
2222
</div>

0 commit comments

Comments
 (0)