style: add transition effects to shadow properties across multiple components for improved visual feedback

This commit is contained in:
Usman Baig
2026-02-21 23:42:12 +01:00
parent 0b68db58be
commit d08c8f00a0
5 changed files with 7 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ function ChartTooltip({
return (
<div
className="rounded-lg border px-4 py-3 shadow-lg"
className="rounded-lg border px-4 py-3 shadow-lg transition-shadow duration-300"
style={{
backgroundColor: colors.tooltipBg,
borderColor: colors.tooltipBorder,