Skip to content

Commit

Permalink
fix alias
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Sanghvi <[email protected]>
  • Loading branch information
virajsanghvi committed Aug 27, 2024
1 parent 79a6aea commit 0a6d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/v9/global_styling/mixins/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@
border-color: ouiLoadingSpinnerBorderColors(currentColor);
}
}
@mixin euiUseDefaultButtonShadows($useShadows: true) { @include ouiUseDefaultButtonShadows($useShadows); }
@mixin euiUseDefaultButtonShadows($useShadows: false) { @include ouiUseDefaultButtonShadows($useShadows); }
/* End of Aliases */

0 comments on commit 0a6d2b4

Please sign in to comment.