Skip to content

Commit

Permalink
Update overrides.scss (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
myronkaifung authored Aug 12, 2024
1 parent f2961b9 commit 4528f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -558,13 +558,13 @@ $border-radius-lg: 100px;
.feedbackCollectorContainer {
.feedbackButtonContainer {
.feedbackButton {
background-color: colors.$purple50 !important;
color: colors.$white !important;
background-color: colors.$base80 !important;
color: colors.$purple200 !important;

&:hover {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
background-color: colors.$purple100 !important;
background-color: colors.$purple50 !important;
transition: 0.5s;
}
}
Expand Down

0 comments on commit 4528f6a

Please sign in to comment.