diff --git a/packages/frontend/component/src/ui/button/button.css.ts b/packages/frontend/component/src/ui/button/button.css.ts index 196a0b4e9..8133c6eac 100644 --- a/packages/frontend/component/src/ui/button/button.css.ts +++ b/packages/frontend/component/src/ui/button/button.css.ts @@ -198,6 +198,8 @@ export const icon = style({ // 2. width/height is set to `1em` fontSize: iconSizeVar, color: iconColorVar, + display: 'flex', + alignItems: 'center', }); globalStyle(`${icon} > svg`, { width: '100%',