Skip to content

Commit

Permalink
fix: Admin control button icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiraszka committed Jan 14, 2025
1 parent ff17811 commit 432923c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
border-radius: var(--lcc-borderRadius--large);
background-color: var(--lcc-color--adminControls-buttonBackground);

i-feather {
display: flex;
width: 100%;
height: 100%;
}

&:focus,
&:hover {
cursor: pointer;
Expand Down

0 comments on commit 432923c

Please sign in to comment.