fix(core): unexpected style of redeem code button (#11540)

close AF-2482
This commit is contained in:
JimmFly
2025-04-09 13:57:11 +00:00
parent 4e56a8447b
commit e58f230354

View File

@@ -22,7 +22,7 @@ export const currentPlan = style({
flex: '1 0 0',
});
export const planAction = style({
width: 'auto',
width: 'auto !important',
marginTop: '8px',
});
export const planPrice = style({