react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

Action button doesn't seems to have the right padding

Open kamendola opened this issue 2 years ago • 1 comments

🐛 Bug Report

ActionButton with aria-label="Icon only" appears to be 34px by 32px

🤔 Expected Behavior

ActionButton with aria-label="Icon only" should be 32px by 32px according to the designs specs

💻 Code Sample

https://react-spectrum.adobe.com/react-spectrum/ActionButton.html#accessibility

🧢 Your Company/Team

Adobe Experience Cloud, AEM, Universal Editor

kamendola avatar Apr 24 '23 17:04 kamendola

For context: --spectrum-actionbutton-icon-padding-x is returning a value that is 1 extra pixel too large in either direction. I'll have to dig to see if this was on purpose, but I think we should just override the var to return 6px instead of 7px OR update to follow the latest spectrum css for actionbutton

LFDanLu avatar Apr 27 '23 00:04 LFDanLu