Skip to content

Commit

Permalink
fix: clear button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-chagas-brisa committed Oct 13, 2023
1 parent 512a986 commit c05ebfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ion/src/lib/input/input.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,12 @@
}

.clearButton {
cursor: pointer;
border: none;
border-radius: 8px;
padding: 0;
background-color: $neutral-1;
display: flex;

&:hover {
background-color: $primary-1;
Expand Down

0 comments on commit c05ebfe

Please sign in to comment.