mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change icon to FaInfo
This commit is contained in:
parent
036e5d7292
commit
d9a853857c
@ -7,7 +7,7 @@ import {
|
|||||||
FaExpand,
|
FaExpand,
|
||||||
FaMinus,
|
FaMinus,
|
||||||
FaPlus,
|
FaPlus,
|
||||||
FaGripVertical,
|
FaInfo,
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
import { useReactFlow } from 'reactflow';
|
import { useReactFlow } from 'reactflow';
|
||||||
import {
|
import {
|
||||||
@ -72,7 +72,7 @@ const ViewportControls = () => {
|
|||||||
isChecked={shouldShowFieldTypeLegend}
|
isChecked={shouldShowFieldTypeLegend}
|
||||||
onClick={handleClickedToggleFieldTypeLegend}
|
onClick={handleClickedToggleFieldTypeLegend}
|
||||||
aria-label="Show/Hide Field Type Legend"
|
aria-label="Show/Hide Field Type Legend"
|
||||||
icon={<FaGripVertical />}
|
icon={<FaInfo />}
|
||||||
/>
|
/>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user