mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:01:07 +08:00
Merge pull request #16186 from storybookjs/color-control-format-toggle
Controls: Hide color control format toggle when no value
This commit is contained in:
commit
97fecef0ed
@ -358,7 +358,7 @@ export const ColorControl: FC<ColorProps> = ({
|
||||
onFocus={(e: FocusEvent<HTMLInputElement>) => e.target.select()}
|
||||
placeholder="Choose color..."
|
||||
/>
|
||||
<ToggleIcon icon="markup" onClick={cycleColorSpace} />
|
||||
{value ? <ToggleIcon icon="markup" onClick={cycleColorSpace} /> : null}
|
||||
</Wrapper>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user