diff --git a/components/button/src/button/button.styles.js b/components/button/src/button/button.styles.js index 1f8d10218..b6379bb1f 100644 --- a/components/button/src/button/button.styles.js +++ b/components/button/src/button/button.styles.js @@ -224,8 +224,9 @@ export default css` margin-inline-end: 6px; color: inherit; fill: inherit; - font-size: 26px; - vertical-align: middle; + display: inline-flex; + align-items: center; + justify-content: center; pointer-events: none; }