Fix pixel alignment for some composer icons (#29372)
This commit is contained in:
parent
bba4118ddd
commit
25ffe0af45
21 changed files with 28 additions and 20 deletions
|
@ -3,7 +3,7 @@ import { PureComponent } from 'react';
|
|||
|
||||
import { defineMessages, injectIntl } from 'react-intl';
|
||||
|
||||
import BarChart4BarsIcon from '@/material-icons/400-24px/bar_chart_4_bars.svg?react';
|
||||
import BarChart4BarsIcon from '@/material-icons/400-20px/bar_chart_4_bars.svg?react';
|
||||
|
||||
import { IconButton } from '../../../components/icon_button';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue