Skip to content

Commit a9eaefb

Browse files
committed
refactor: bullet and link vanilla extract (#5504)
* refactor: vanilla extract link and bullet * fix: rebase * fix: disabled should be a prop, not a sentiment * fix: rebase * fix: issue with prominence color link
1 parent 3e89ca0 commit a9eaefb

File tree

8 files changed

+174
-1769
lines changed

8 files changed

+174
-1769
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ exports[`fAQ > should work with illustrationTest 1`] = `
4444
text-align: left;
4545
}
4646
47+
.emotion-1[data-is-active='true'] {
48+
border: 1px solid #8c40ef;
49+
}
50+
51+
.emotion-1[data-disabled='true'] {
52+
border: 1px solid #e9eaeb;
53+
}
54+
4755
<div
4856
data-testid="testing"
4957
>

0 commit comments

Comments
 (0)