Skip to content

Commit

Permalink
docs: fix feedback button design (datahub-project#10182)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored and sleeperdeep committed Jun 25, 2024
1 parent 47e049e commit 16c2032
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs-website/src/components/Feedback/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@
}

.feedbackButton {
width: 2rem;
height: 2rem;
width: 2.25rem;
height: 2.25rem;
text-align: center;
font-size: 1.25rem;
padding: 0.25rem;
padding: 0.3rem;
border-radius: 1000em;
border: None;
background: None;
margin-left: 1rem;
cursor: pointer;
transition: all 0.2s ease-in-out;
Expand Down

0 comments on commit 16c2032

Please sign in to comment.