Skip to content

Commit c3fd3b1

Browse files
balzssclaude
andcommitted
fix(ui-color-picker): complete color mixer button alignment fix
Remove static alignSelf from colorMixerButtonContainer to allow dynamic alignment control via inline styles. This prevents visual jump on load by letting the button start at flex-end and transition to flex-start after labelHeight calculation completes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3ec1121 commit c3fd3b1

File tree

1 file changed

+0
-1
lines changed
  • packages/ui-color-picker/src/ColorPicker

1 file changed

+0
-1
lines changed

packages/ui-color-picker/src/ColorPicker/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ const generateStyle = (
122122
},
123123
colorMixerButtonContainer: {
124124
label: 'colorPicker__colorMixerButtonContainer',
125-
alignSelf: 'flex-start',
126125
marginInlineStart: componentTheme.colorMixerButtonContainerLeftMargin
127126
},
128127
popoverContentContainer: {

0 commit comments

Comments
 (0)