fix: Expand chevron icon being too small

This commit is contained in:
blessedcoolant 2023-07-21 01:14:19 +12:00
parent 8fb970d436
commit e06348bfab

View File

@ -122,7 +122,7 @@ const ControlNet = (props: ControlNetProps) => {
icon={
<ChevronUpIcon
sx={{
boxSize: 4,
boxSize: 6,
color: 'base.700',
transform: isExpanded ? 'rotate(0deg)' : 'rotate(180deg)',
transitionProperty: 'common',