Skip to content

Commit

Permalink
Remove white background from chat button
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjagtap4 committed May 28, 2024
1 parent dd9168f commit 433d7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
margin: 0px;
padding: 10px 10px 8px;
border-radius: 2px;
background: var(--hds-ui-colors-white);
background: none;
color: var(--hw-color-primary-darker);

&:hover {
Expand Down

0 comments on commit 433d7c9

Please sign in to comment.