Skip to content

Commit 8bbdfc4

Browse files
psychedelicioushipsterusername
authored andcommitted
fix(ui): increase size of control adapters advanced toggle button
1 parent 3cbb1a7 commit 8bbdfc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/controlAdapters/components/ControlAdapterConfig.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ const ControlAdapterConfig = (props: { id: string; number: number }) => {
131131
variant="ghost"
132132
icon={
133133
<ChevronUpIcon
134+
boxSize={6}
134135
transform={isExpanded ? 'rotate(0deg)' : 'rotate(180deg)'}
135136
transitionProperty="common"
136137
transitionDuration="normal"

0 commit comments

Comments
 (0)