feat(Toolbar): updated spacer props to gap by thatblindgeye · Pull Request #10418 · patternfly/patternfly-react

Choose a reason for hiding this comment

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

Just a note, right now this and the marginInlineEnd props won't work correctly due to the styles object casing. Instead of marginInlineStartNone for example, we need to pass marginInlineStartnone (lowercased "none").

I can update this PR to use the lowercased size, but I opted to keep the intended (?) prop values in case we can get a quick Core update in to maybe help resolve this