Skip to content

Commit

Permalink
Merge pull request #1549 from EnergySage/fix-deprecated-function
Browse files Browse the repository at this point in the history
feat: fix deprecated function
  • Loading branch information
tomleo authored Oct 7, 2024
2 parents 903b241 + 613cdbc commit 563cb81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions es-ds-styles/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1569,9 +1569,7 @@ $popover-body-padding-x: 1rem !default;
$popover-arrow-width: 1.44rem !default;
$popover-arrow-height: 0.9rem !default;
$popover-arrow-color: $black !default;

// asdf
$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
$popover-arrow-outer-color: color.adjust($popover-border-color, $alpha: 0.05) !default;


// Toasts
Expand Down

0 comments on commit 563cb81

Please sign in to comment.