v4.2.4 #55

Merged
asonix merged 28 commits from asonix/changes into asonix/downstream 2024-01-29 19:44:14 +00:00
Showing only changes of commit dfc8fcc6f0 - Show all commits

View file

@ -4,7 +4,7 @@ import { PureComponent } from 'react';
const iconStyle = {
height: null,
lineHeight: '27px',
width: `${18 * 1.28571429}px`,
minWidth: `${18 * 1.28571429}px`,
};
export default class TextIconButton extends PureComponent {