mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 04:58:04 -05:00
feat(ui): small fontsize on generator textareas
This commit is contained in:
@@ -40,6 +40,7 @@ export const FloatGeneratorParseStringSettings = memo(({ state, onChange }: Floa
|
||||
p={2}
|
||||
resize="none"
|
||||
rows={5}
|
||||
fontSize='sm'
|
||||
/>
|
||||
</FormControl>
|
||||
</Flex>
|
||||
|
||||
@@ -41,6 +41,7 @@ export const IntegerGeneratorParseStringSettings = memo(
|
||||
p={2}
|
||||
resize="none"
|
||||
rows={5}
|
||||
fontSize="sm"
|
||||
/>
|
||||
</FormControl>
|
||||
</Flex>
|
||||
|
||||
@@ -61,6 +61,7 @@ export const StringGeneratorDynamicPromptsCombinatorialSettings = memo(
|
||||
p={2}
|
||||
resize="none"
|
||||
rows={5}
|
||||
fontSize="sm"
|
||||
/>
|
||||
</FormControl>
|
||||
</Flex>
|
||||
|
||||
@@ -88,6 +88,7 @@ export const StringGeneratorDynamicPromptsRandomSettings = memo(
|
||||
p={2}
|
||||
resize="none"
|
||||
rows={5}
|
||||
fontSize="sm"
|
||||
/>
|
||||
</FormControl>
|
||||
</Flex>
|
||||
|
||||
@@ -41,6 +41,7 @@ export const StringGeneratorParseStringSettings = memo(
|
||||
p={2}
|
||||
resize="none"
|
||||
rows={5}
|
||||
fontSize="sm"
|
||||
/>
|
||||
</FormControl>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user