Skip to content

Commit

Permalink
[SettingAction] Consolidate se23 logic and styles (#10131)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Fixes #9964

### WHAT is this pull request doing?

Consolidate se23 logic and styles for `SettingAction` Component

### How to 🎩
Compare production and this PR's chromatic storybook to make sure styles
are the same


[Production](https://storybook.polaris.shopify.com/?path=/story/all-components-settingtoggle--with-deprecated-component&globals=polarisSummerEditions2023:true)
[This
PR](https://5d559397bae39100201eedc1-iqwftdxoka.chromatic.com/?path=/story/all-components-settingtoggle--with-deprecated-component)
  • Loading branch information
sophschneider committed Sep 18, 2023
1 parent 1edc113 commit 29deedd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions polaris-react/src/components/SettingAction/SettingAction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ $feature-width: 350px;
}

.Action {
#{$se23} & {
@media #{$p-breakpoints-md-up} {
margin-top: var(--p-space-6);
}
@media #{$p-breakpoints-md-up} {
margin-top: var(--p-space-6);
}
}

0 comments on commit 29deedd

Please sign in to comment.