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.
2 parents 3c6a78f + 4f413b3 commit 3958ff8Copy full SHA for 3958ff8
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