Skip to content

Commit

Permalink
fix(button): rich text dropdown icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason authored and teenwolfblitzer committed Nov 10, 2022
1 parent 1509adc commit e289792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sage-assets/lib/stylesheets/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ $-btn-loading-min-height: rem(36px);

&::after {
right: 7px;
font-size: 12px;
font-size: 11px;
font-weight: sage-font-weight(bold);
}

&:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@

&::after {
right: 15px;
font-size: 11px;
}
}
/* stylelint-enable max-nesting-depth */
Expand Down

0 comments on commit e289792

Please sign in to comment.