mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Completely fixed theme colors
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ const Wrapper = styled.div`
|
||||
}
|
||||
|
||||
.blue {
|
||||
color: #1573ca;
|
||||
color: ${({ theme }) => theme.colors.blue};
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user