Color fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user