Skip to content

ExpandableSection support using separator when expanded #2279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 6, 2022

Conversation

adids1221
Copy link
Contributor

Description

ExpandableSection support using a separator when expanded, feature for List.CollapsableItem

Changelog

ExpandableSection support using a separator when expanded, feature for List.CollapsableItem

Copy link
Contributor

@lidord-wix lidord-wix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, I just wrote a small comment :)

Comment on lines 87 to 89
separator: {
...Dividers.d10,
marginLeft: Spacings.s10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can move the margin to a modifier and pass the dividers object without spreading, I think it's better :)

Suggested change
separator: {
...Dividers.d10,
marginLeft: Spacings.s10
separator: Dividers.d10

@lidord-wix lidord-wix merged commit be085bb into master Oct 6, 2022
@adids1221 adids1221 deleted the feat/ExpandableSection_separator branch November 16, 2022 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants