mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix tab icon sizes
This commit is contained in:
parent
14070d674e
commit
35e0863bdb
@ -45,12 +45,12 @@ export interface InvokeTabInfo {
|
||||
const tabs: InvokeTabInfo[] = [
|
||||
{
|
||||
id: 'txt2img',
|
||||
icon: <Icon as={GoTextSize} sx={{ boxSize: 5 }} />,
|
||||
icon: <Icon as={GoTextSize} sx={{ boxSize: 6 }} />,
|
||||
content: <TextToImageTab />,
|
||||
},
|
||||
{
|
||||
id: 'img2img',
|
||||
icon: <Icon as={FaImage} sx={{ boxSize: 5 }} />,
|
||||
icon: <Icon as={FaImage} sx={{ boxSize: 6 }} />,
|
||||
content: <ImageTab />,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user