Skip to content

Commit 504ad50

Browse files
committed
fix: typo style
1 parent cb83a1e commit 504ad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plus/src/components/OfferList/styles.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ globalStyle(
197197
)
198198

199199
globalStyle(
200-
`${offerListRowSelected}[aria-expanded="true"] td, ${offerListRowSelected}[aria-expanded="true"] td:first-child, ${offerListRowSelected}[aria-expanded="true"] td:last-child, {offerListRowSelected}[aria-expanded="true"] + tr td`,
200+
`${offerListRowSelected}[aria-expanded="true"] td, ${offerListRowSelected}[aria-expanded="true"] td:first-child, ${offerListRowSelected}[aria-expanded="true"] td:last-child, ${offerListRowSelected}[aria-expanded="true"] + tr td`,
201201
{
202202
borderColor: theme.colors.primary.border,
203203
},

0 commit comments

Comments
 (0)