fix(ui): increase size of control adapters advanced toggle button

This commit is contained in:
psychedelicious 2024-01-23 19:51:19 +11:00 committed by Kent Keirsey
parent 3cbb1a7671
commit 8bbdfc45fa

View File

@ -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"