Skip to content

Commit

Permalink
change button border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
HS-90 committed Sep 28, 2022
1 parent da2c7a0 commit 3b93981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/DiscussionsCard/discussionsCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

.pencil {
padding: 5px 0px 5px 0px;
border-radius: 10px;
border-radius: 5px;
&:hover,
&:focus {
color: colors.$secondary;
Expand All @@ -97,7 +97,7 @@

.trash {
padding: 5px 0px 5px 0px;
border-radius: 10px;
border-radius: 5px;
&:hover,
&:focus {
color: colors.$secondary;
Expand All @@ -115,7 +115,7 @@
&:focus {
color: colors.$secondary;
background: colors.$primary;
border-radius: 10px;
border-radius: 5px;
cursor: pointer;
}
}

0 comments on commit 3b93981

Please sign in to comment.