mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Expand chevron icon being too small
This commit is contained in:
parent
8fb970d436
commit
e06348bfab
@ -122,7 +122,7 @@ const ControlNet = (props: ControlNetProps) => {
|
|||||||
icon={
|
icon={
|
||||||
<ChevronUpIcon
|
<ChevronUpIcon
|
||||||
sx={{
|
sx={{
|
||||||
boxSize: 4,
|
boxSize: 6,
|
||||||
color: 'base.700',
|
color: 'base.700',
|
||||||
transform: isExpanded ? 'rotate(0deg)' : 'rotate(180deg)',
|
transform: isExpanded ? 'rotate(0deg)' : 'rotate(180deg)',
|
||||||
transitionProperty: 'common',
|
transitionProperty: 'common',
|
||||||
|
Loading…
Reference in New Issue
Block a user