fix borders

This commit is contained in:
Cory LaViska
2025-06-12 15:39:42 -04:00
parent c252577363
commit 016d2b91f9

View File

@@ -101,10 +101,12 @@ isPro: true
wa-comparison {
&::part(before) {
border-radius: var(--wa-border-radius-m);
background-color: white;
}
&::part(after) {
border-radius: var(--wa-border-radius-m);
background-color: var(--wa-color-surface-default);
}
}