You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(card): remove duplicate padding in card style (#4009)
The Padding was applied once through the Borders Padding and once more by the ContentPresenters Margin, effectively doubling the Paddings value specified on the call-site.
0 commit comments