From 523eda613ecab0422bfaa870becc674bf398d580 Mon Sep 17 00:00:00 2001 From: Oleksii Chubenko Date: Sun, 7 May 2023 22:08:55 +0300 Subject: [PATCH] fixed AuthNavigate.styled --- src/components/AuthNavigate/AuthNavigate.styled.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AuthNavigate/AuthNavigate.styled.js b/src/components/AuthNavigate/AuthNavigate.styled.js index 7d1ccdc..b62173e 100644 --- a/src/components/AuthNavigate/AuthNavigate.styled.js +++ b/src/components/AuthNavigate/AuthNavigate.styled.js @@ -2,7 +2,7 @@ import { Link } from 'react-router-dom'; import styled from 'styled-components'; export const LinkStyled = styled(Link)` - font-family: var(--main-font); + font-family: var(--primary-font); font-style: normal; font-weight: 600; font-size: 12px; @@ -11,6 +11,7 @@ export const LinkStyled = styled(Link)` color: var(--accent-text-color); text-shadow: 0px 47px 355px rgba(0, 0, 0, 0.07), 0px 9.4px 57.6875px rgba(0, 0, 0, 0.035); + transition: color var(--animation); &:hover, :focus {