fix header icon style
This commit is contained in:
@@ -92,7 +92,7 @@ const Header = () => {
|
|||||||
<label htmlFor={uploadElemId}>
|
<label htmlFor={uploadElemId}>
|
||||||
<Button
|
<Button
|
||||||
icon={<PhotoIcon />}
|
icon={<PhotoIcon />}
|
||||||
style={{ border: 0, gap: 0 }}
|
style={{ border: 0, gap: 0, padding: 6 }}
|
||||||
disabled={isInpainting}
|
disabled={isInpainting}
|
||||||
toolTip="Upload image"
|
toolTip="Upload image"
|
||||||
>
|
>
|
||||||
@@ -147,7 +147,17 @@ const Header = () => {
|
|||||||
}}
|
}}
|
||||||
accept="image/png, image/jpeg"
|
accept="image/png, image/jpeg"
|
||||||
/>
|
/>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
height: 16,
|
||||||
|
width: 16,
|
||||||
|
display: 'flex',
|
||||||
|
justifyContent: 'center',
|
||||||
|
alignItems: 'center',
|
||||||
|
}}
|
||||||
|
>
|
||||||
M
|
M
|
||||||
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user