Skip to content

Commit

Permalink
fix(navbar): fix the size of the button in the context of navbar to be 2
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed May 22, 2024
1 parent f7cb1eb commit f52fcbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/navbar/themes/navbar.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
::slotted(igc-icon) {
--ig-size: 3;
}

::slotted(igc-button) {
--ig-size: 2;
}
}

[part='base'] {
Expand Down

0 comments on commit f52fcbb

Please sign in to comment.