Skip to content

Commit

Permalink
docs(icon-button): add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
didimmova committed Jan 29, 2025
1 parent 7b2aa9d commit 361a155
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/themes/schemas/components/light/_icon-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/// @prop {List} border-radius [(rem(20px), rem(0), rem(20px))] - The border radius used for the material icon button.
/// @prop {List} size [(rem(24px), rem(30px), rem(36px))] - The size used for the material icon button.
/// @prop {Number} default-size [3] - The default size used for the icon button.
/// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
$material-base-icon-button: (
shadow-color: transparent,
background: transparent,
Expand Down Expand Up @@ -790,6 +791,7 @@ $bootstrap-icon-button: (
/// @prop {List} border-radius [(rem(40px), rem(0), rem(40px))] - The border radius used for the indigo icon button.
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size used for the indigo icon button.
/// @prop {Number} default-size [2] - The default size used for the icon button.
/// @prop {Map} typography [text: (value: 'button')] - The typography styles used for the component.
$indigo-base-icon-button: (
shadow-color: (
color: (
Expand Down

0 comments on commit 361a155

Please sign in to comment.