mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): increase size of control adapters advanced toggle button
This commit is contained in:
parent
3cbb1a7671
commit
8bbdfc45fa
@ -131,6 +131,7 @@ const ControlAdapterConfig = (props: { id: string; number: number }) => {
|
||||
variant="ghost"
|
||||
icon={
|
||||
<ChevronUpIcon
|
||||
boxSize={6}
|
||||
transform={isExpanded ? 'rotate(0deg)' : 'rotate(180deg)'}
|
||||
transitionProperty="common"
|
||||
transitionDuration="normal"
|
||||
|
Loading…
Reference in New Issue
Block a user