We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5b1c6 commit 85570d9Copy full SHA for 85570d9
1 file changed
docs/components/banner-cta/banner-cta.module.css
@@ -19,7 +19,7 @@
19
.snippet {
20
color: var(--color-primary);
21
border-radius: var(--radius-4);
22
- border: var(--radius-1) solid #c1d3cd;
+ border: var(--radius-1) solid var(--color-accent);
23
box-shadow: var(--shadow-2);
24
margin: var(--size-px-2) 0;
25
text-align: center;
0 commit comments