mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
fix(core): unexpected style of redeem code button (#11540)
close AF-2482
This commit is contained in:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user