Hero Banner tailwind changes

This commit is contained in:
adilallo
2025-08-23 16:50:33 -06:00
parent d428bf0c09
commit 3c7f826f5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
const HeroDecor = ({ className = "" }) => {
return (
<svg
className={`text-[#FDFAA8] opacity-50 ${className}`}
className={`text-[var(--color-surface-default-brand-lighter-accent)] opacity-50 ${className}`}
viewBox="0 0 1540 645"
aria-hidden="true"
overflow="visible"