pivotal-cf / pivotal-ui

Pivotal's design system & component library
https://styleguide.pivotal.io
MIT License
638 stars 90 forks source link

CopyToClipboard Icon is grey in forms #550

Closed squeedee closed 6 years ago

squeedee commented 6 years ago

What version of Pivotal UI are you using?

12.1.0

What browser and version are you using?

chrome.. ish

What behavior are you seeing?

CopyToClipboard Icon is grey when in a form

What do you expect to see?

White :)

Jonathan Berney has seen this in action

   <Form>
            <FormRow>
                <FormCol inline label="URL">
                    <Input value={environment.opsmgr.url} readOnly className="col"/>
                    <CopyToClipboard text="{environment.opsmgr.url}" className="type-neutral-11 col col-fixed">
                        <PrimaryButton {...{
                            iconOnly: true,
                            icon: <Icon src="copy"/>
                        }}/>
                    </CopyToClipboard>
                </FormCol>
            </FormRow>
   </Form>
mingxiao commented 6 years ago

@squeedee the fix is published in 14.0.0.

Let us know if it needs to be backported and we'll try our best to accomodate