Skip to content

Commit

Permalink
fix(@clayui/alert): Use default line height for alert icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Beltran Rengifo committed Jul 5, 2022
1 parent 9d6b75a commit 31a2911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clay-css/src/scss/variables/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,13 @@ $alert-link: map-deep-merge(
// .alert-indicator

$alert-indicator-font-size: 1.25rem !default;
$alert-indicator-line-height: 1 !default;

$alert-indicator: () !default;
$alert-indicator: map-deep-merge(
(
font-size: $alert-indicator-font-size,
line-height: $alert-indicator-line-height,
lead: (
margin-left: $alert-lead-spacer-x,
),
Expand Down

0 comments on commit 31a2911

Please sign in to comment.