Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 7ecd806

Browse files
committed
Fixing issue with tint in hero block
1 parent f4807f0 commit 7ecd806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/organisms/Hero/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Hero({
3333
style={{
3434
// These css custom properties are used inside the css module file to set the card's background image, tint overlay, and fallback bg color.
3535
'--image-url': `url(${backgroundImage})`,
36-
'--image-tint-color': `${tailwindConfig.theme.colors.black}50`,
36+
'--image-tint-color': `${tailwindConfig.theme.colors.black.DEFAULT}50`,
3737
'--image-fallback-color': `${tailwindConfig.theme.colors.grey['darkest']}`
3838
}}
3939
>

0 commit comments

Comments
 (0)