mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 00:05:27 -05:00
Merge pull request #14228 from overleaf/mj-table-icon
[cm6] Change table toolbar icon to table_chart GitOrigin-RevId: b058919ad8a860a73d08784c86709119bbee4890
This commit is contained in:
parent
a5ad8a1deb
commit
8caa1f8e14
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const TableInserterDropdown: FC = () => {
|
||||||
}}
|
}}
|
||||||
ref={target}
|
ref={target}
|
||||||
>
|
>
|
||||||
<MaterialIcon type="table" />
|
<MaterialIcon type="table_chart" />
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Overlay
|
<Overlay
|
||||||
|
|
Loading…
Reference in a new issue