Skip to content

Commit

Permalink
Remove border from Close button
Browse files Browse the repository at this point in the history
  • Loading branch information
acnebs committed Oct 29, 2021
1 parent 2a57d5b commit 05f799d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Settings/NetworkPrefs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const CloseButton = styled.button`
width: 16px;
mask: url(${timesSvg}) no-repeat center / cover;
cursor: pointer;
border: none;
&:hover {
background-color: ${V.color.front};
}
Expand Down

0 comments on commit 05f799d

Please sign in to comment.