1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Polish DMCA email to white

This commit is contained in:
Cooper Ransom 2024-03-22 22:58:09 -04:00
parent 090eac0539
commit dc2f77f015

View file

@ -26,7 +26,7 @@ export function DmcaPage() {
<Trans
i18nKey="screens.dmca.text"
components={{
bold: <span className="font-bold" style={{ color: "#cfcfcf" }} />,
bold: <span className="font-bold text-white" />,
}}
/>
</Paragraph>
@ -34,10 +34,7 @@ export function DmcaPage() {
<Icon icon={Icons.MAIL} />
<a
href={`mailto:${conf().DMCA_EMAIL}`}
style={{
transition: "color 0.3s ease",
color: isHovered ? "#cfcfcf" : "inherit",
}}
className={isHovered ? "white-text" : ""}
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}
>