fix: align width and use rounded xl

This commit is contained in:
lyzno1
2025-09-18 12:08:21 +08:00
parent 814b0e1fe8
commit 26e7677595
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,6 @@ export const CreateSubscriptionButton = ({ buttonType = CreateButtonType.FULL_BU
}}
triggerClassName='h-8'
popupClassName={cn('z-[1000]')}
popupInnerClassName={cn('w-[354px]')}
value={methodType}
items={allOptions.filter(option => option.show)}
onSelect={item => onChooseCreateType(item.value as any)}