Skip to content

Commit 918a095

Browse files
authored
Update icon colors (#25189)
1 parent a1c7871 commit 918a095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/playground/PlaygroundArticle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const PlaygroundArticle = () => {
2727
{article.prerequisites && (
2828
<div className="mt-4 d-flex">
2929
<div className="pr-3 mt-1">
30-
<Circle className="color-bg-accent-emphasis">
30+
<Circle className="color-fg-on-emphasis color-bg-emphasis">
3131
<CheckIcon className="" size={15} />
3232
</Circle>
3333
</div>
@@ -44,7 +44,7 @@ export const PlaygroundArticle = () => {
4444
{/* toc */}
4545
<div className="mt-4 d-flex">
4646
<div className="pr-3 mt-1">
47-
<Circle className="color-bg-accent-emphasis">
47+
<Circle className="color-fg-on-emphasis color-bg-emphasis">
4848
<SearchIcon className="" size={15} />
4949
</Circle>
5050
</div>

0 commit comments

Comments
 (0)