1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

fix(qa): apply color contrast fix when colored only

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-03-09 16:28:32 +01:00
parent 360a2ba1d8
commit 3ab4529232

View File

@@ -10,7 +10,7 @@ export default class TagHero extends Component {
return (
<header
className={classList('Hero', 'TagHero', { 'TagHero--colored': color }, textContrastClass(color))}
className={classList('Hero', 'TagHero', { 'TagHero--colored': color, [textContrastClass(color)]: color })}
style={color ? { '--hero-bg': color } : ''}
>
<div className="container">