Completely fixed theme colors

This commit is contained in:
Hazem Krimi
2021-09-05 16:44:33 +01:00
parent d665157e23
commit 9d4327f3c7
12 changed files with 50 additions and 46 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const Wrapper = styled.div`
}
.blue {
color: #1573ca;
color: ${({ theme }) => theme.colors.blue};
}
`;