1
0
Fork 0

lint(gui): replace outscaling icon

This commit is contained in:
Sean Sube 2023-01-18 17:08:37 -06:00
parent 303adcb693
commit 0055d06b01
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { mustExist } from '@apextoaster/js-utils';
import { Check } from '@mui/icons-material';
import { ZoomOutMap } from '@mui/icons-material';
import { Stack, ToggleButton } from '@mui/material';
import * as React from 'react';
import { useContext } from 'react';
@ -26,7 +26,7 @@ export function OutpaintControl() {
});
}}
>
<Check />
<ZoomOutMap />
Outpaint
</ToggleButton>
<NumericField