mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
fix(qa): apply color contrast fix when colored only
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ export default class TagHero extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<header
|
<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 } : ''}
|
style={color ? { '--hero-bg': color } : ''}
|
||||||
>
|
>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
Reference in New Issue
Block a user