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

Remove enforced border-radius

Open minhnhut opened this issue 4 years ago • 0 comments

Hi,

Thanks for the awesome library. I think that borderRadius should not be enforced to be 0. If borderRadius is enforced, user may not able to use class to define style. I'm aware that we can use customStyle to override style properties, but not ideal define customStyle every time.

I myself heavily using tailwind for styling. This fix will enable me to use .rounded-md, .md:rounded-lg, etc. so UI will be more unified across pages.
https://tailwindcss.com/docs/border-radius

minhnhut avatar Sep 27 '21 01:09 minhnhut