Skip to content

Commit b1187e7

Browse files
committed
fix: use css variables (#5478)
1 parent 08f1c9f commit b1187e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/plus/src/components/OrderSummary/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12971,6 +12971,9 @@ exports[`OrderSummary > should work with numberInputs 1`] = `
1297112971
-webkit-flex-direction: column;
1297212972
-ms-flex-direction: column;
1297312973
flex-direction: column;
12974+
gap: 1.5rem;
12975+
padding: 1.5rem;
12976+
border-top: 1px solid #d9dadd;
1297412977
}
1297512978
1297612979
.emotion-92 {

0 commit comments

Comments
 (0)