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={ 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',