-
Notifications
You must be signed in to change notification settings - Fork 172
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
Gap controls centered relatively to content #4334
Conversation
Job #8475: Bundle Size — 62.83MiB (~+0.01%).
Warning Bundle contains 64 duplicate packages - View duplicate packages Bundle metrics (1 change)
Bundle size by type (1 change)
View job #8475 report View feat/gap-control-content-area branch activity |
@@ -125,7 +125,10 @@ export const setFlexGapStrategy: CanvasStrategyFactory = ( | |||
resizeControl, | |||
controlWithProps({ | |||
control: FloatingIndicator, | |||
props: { ...props, color: colorTheme.gapControls.value }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that gapControls
should be updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmmh it's still there for the striped background, maybe worth renaming it to gapControlsBg
or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds pretty sensible to me at least.
Fixes #4333
Problem:
Flex gap handles are centered relatively to the container size. This means that they can become hard to find if the container.
E.g.
Fix:
brandNeonPink
to make them easier to spot