Skip to content

Commit

Permalink
Changed text-decoration of button
Browse files Browse the repository at this point in the history
'Go to page2' button contains underline so that i thought setting 'text-decoration: none' to button will work.
  • Loading branch information
sshiv5768 authored and apollonian committed Dec 12, 2020
1 parent e7e96db commit 920c6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/GlobalStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const GlobalStyles = createGlobalStyle`
outline: none;
padding: 0;
cursor: pointer;
text-decoration: none;
}
`;

Expand Down

0 comments on commit 920c6d1

Please sign in to comment.