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 a1c7871 commit 918a095Copy full SHA for 918a095
1 file changed
components/playground/PlaygroundArticle.tsx
@@ -27,7 +27,7 @@ export const PlaygroundArticle = () => {
27
{article.prerequisites && (
28
<div className="mt-4 d-flex">
29
<div className="pr-3 mt-1">
30
- <Circle className="color-bg-accent-emphasis">
+ <Circle className="color-fg-on-emphasis color-bg-emphasis">
31
<CheckIcon className="" size={15} />
32
</Circle>
33
</div>
@@ -44,7 +44,7 @@ export const PlaygroundArticle = () => {
44
{/* toc */}
45
46
47
48
<SearchIcon className="" size={15} />
49
50
0 commit comments