Skip to content

Commit

Permalink
fix broken default bgcolor value in CTA Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Nov 6, 2024
1 parent 6331ae6 commit f915eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/CTABanner/CTABanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const Root = forwardRef(
hasBorder = false,
hasShadow = true,
hasBackground = true,
backgroundColor = 'var(--brand-CTABanner-bgColor',
backgroundColor = 'var(--brand-CTABanner-bgColor)',
backgroundImageSrc,
backgroundImagePosition = 'center',
backgroundImageSize = 'cover',
Expand Down

0 comments on commit f915eae

Please sign in to comment.