diff --git a/docs-website/src/components/Feedback/styles.module.scss b/docs-website/src/components/Feedback/styles.module.scss index ee22f6b0550126..d6fb90d411c19d 100644 --- a/docs-website/src/components/Feedback/styles.module.scss +++ b/docs-website/src/components/Feedback/styles.module.scss @@ -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;