fix(frontend): increase visibility of text in click shield

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-07 17:57:08 +01:00
parent a124ef566b
commit 70d1df7fb7
2 changed files with 5 additions and 13 deletions

View file

@ -120,7 +120,7 @@ export const ClickShield: React.FC<ClickShieldProps> = ({
<span className={`${styles['click-shield']} d-inline-block ratio ratio-16x9`} onClick={doShowChildren}>
{previewBackground}
<span className={`${styles['preview-hover']}`}>
<span className={`${styles['preview-hover-text']}`}>
<span>
<Trans i18nKey={'renderer.clickShield.previewHoverText'} values={hoverTextTranslationValues} />
</span>
{icon}