mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Polish DMCA email to white
This commit is contained in:
parent
090eac0539
commit
dc2f77f015
1 changed files with 2 additions and 5 deletions
|
@ -26,7 +26,7 @@ export function DmcaPage() {
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="screens.dmca.text"
|
i18nKey="screens.dmca.text"
|
||||||
components={{
|
components={{
|
||||||
bold: <span className="font-bold" style={{ color: "#cfcfcf" }} />,
|
bold: <span className="font-bold text-white" />,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
|
@ -34,10 +34,7 @@ export function DmcaPage() {
|
||||||
<Icon icon={Icons.MAIL} />
|
<Icon icon={Icons.MAIL} />
|
||||||
<a
|
<a
|
||||||
href={`mailto:${conf().DMCA_EMAIL}`}
|
href={`mailto:${conf().DMCA_EMAIL}`}
|
||||||
style={{
|
className={isHovered ? "white-text" : ""}
|
||||||
transition: "color 0.3s ease",
|
|
||||||
color: isHovered ? "#cfcfcf" : "inherit",
|
|
||||||
}}
|
|
||||||
onMouseEnter={() => setIsHovered(true)}
|
onMouseEnter={() => setIsHovered(true)}
|
||||||
onMouseLeave={() => setIsHovered(false)}
|
onMouseLeave={() => setIsHovered(false)}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue