Skip to content

Commit

Permalink
[BulkActions] Consolidate se23 logic and styles (#10008)
Browse files Browse the repository at this point in the history
Fixes #9921

Consolidates se23 beta styles for `BulkActions`.

Compare the bulk actions shadow bevel (make sure they are the same):

* This PR's
[Storybook](https://5d559397bae39100201eedc1-vxezcfotko.chromatic.com/?path=/story/all-components-indextable--default)
* [Production
Storybook](https://storybook.polaris.shopify.com/?path=/story/all-components-indextable--default&globals=polarisSummerEditions2023:true)
  • Loading branch information
sophschneider authored and kyledurand committed Aug 15, 2023
1 parent 4d42cee commit 232a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/src/components/BulkActions/BulkActions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $bulk-actions-button-stacking-order: (

@include shadow-bevel(
$boxShadow: var(--p-shadow-md),
$borderRadius: var(--p-border-radius-3)
$borderRadius: var(--p-border-radius-2)
);

@media #{$p-breakpoints-sm-down} {
Expand Down

0 comments on commit 232a4da

Please sign in to comment.