Color fix

This commit is contained in:
Aarni Halinen
2020-11-24 22:16:05 +02:00
parent 560f47a71b
commit c979c8740a
+2 -1
View File
@@ -1,5 +1,6 @@
import React, { ComponentProps } from "react";
import styled from "styled-components";
import { colors }from "@theme/colors";
import Anchor from "@components/Anchor";
import AddIcon from "@assets/img/add-icon.png";
@@ -10,7 +11,7 @@ const Link = styled(Anchor)`
margin-bottom: 1rem;
&:hover {
color: color(orange2);
color: ${colors.orange2};
}
img {