Skip to content

Commit

Permalink
refactored create new file button
Browse files Browse the repository at this point in the history
  • Loading branch information
AmKreta committed Jun 2, 2022
1 parent 8be95dc commit 58882d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/landingPage/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ const StyledHeader = Styled.header`
&>button:first-child{
margin-right:${theme.spacing(2)}px;
}
&>button:nth-child(2){
background-color:#333;
color:white;
border-radius: 8px;
transform:scale(1.1)
}
}
`;
}
Expand Down

0 comments on commit 58882d6

Please sign in to comment.