vue-swatches icon indicating copy to clipboard operation
vue-swatches copied to clipboard

can't set border color for trigger-style?

Open dcrabbeYapily opened this issue 3 years ago • 1 comments

Can't seem to set a border color for the trigger swatch.

So when white is selected on a white background you can't see the swatch.

Tried in the props objects & CSS.

These are my current trigger styles:

      triggerStyles: {
        width: '32px',
        height: '32px',
        borderRadius: '4px', 
      }
Screenshot 2021-04-20 at 10 16 54

Is this possible at all? And any hover styles possible?

thanks, D.

dcrabbeYapily avatar Apr 20 '21 09:04 dcrabbeYapily

I'm not seeing any borderWidth or borderColor in your snippet. If you still have this problem, can you add a codesandbox?

saintplay avatar May 02 '21 16:05 saintplay