Bob AI: change background color to #1a1a2e
This commit is contained in:
@@ -91,7 +91,7 @@ const HeroBillboardScroll = ({
|
||||
<section
|
||||
aria-label={ariaLabel}
|
||||
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} />
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user