Skip to content

Commit

Permalink
chore: 馃敡 removed theme from startingTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Can-Sahin committed May 21, 2020
1 parent 2c3314a commit 02d1e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import styled from 'styled-components/macro';
export const P = styled.p`
font-size: 1rem;
line-height: 1.5;
color: ${p => p.theme.textSecondary};
color: black;
margin: 0.625rem 0 1.5rem 0;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Wrapper = styled.div`
const Title = styled.div`
margin-top: -8vh;
font-weight: bold;
color: ${p => p.theme.text};
color: black;
font-size: 3.375rem;
span {
Expand Down

0 comments on commit 02d1e62

Please sign in to comment.