Bob AI: change background color to #1a1a2e
This commit is contained in:
@@ -91,7 +91,7 @@ const HeroBillboardScroll = ({
|
|||||||
<section
|
<section
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
className={cls("relative h-fit flex items-center justify-center", className)}
|
className={cls("relative h-fit flex items-center justify-center bg-[#1a1a2e]", className)}
|
||||||
>
|
>
|
||||||
<HeroBackgrounds {...background} />
|
<HeroBackgrounds {...background} />
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user