fix: example icon color (#6447)

* fix: example icon color

fix: example color

* fix: indentation

* fix: use gray color from colors for example

* fix:  margin  issues
This commit is contained in:
sanish chirayath
2025-12-18 20:37:59 +05:30
committed by GitHub
parent aac219d4cd
commit 052d143d6e
6 changed files with 55 additions and 24 deletions

View File

@@ -115,8 +115,8 @@ const ExampleTab = ({ tab, collection }) => {
}
}}
>
<ExampleIcon size={14} color="currentColor" className="mr-1.5 text-gray-500 flex-shrink-0" />
<span className="tab-name" title={example.name}>
<ExampleIcon size={14} color="currentColor" className="example-icon flex-shrink-0" />
<span className="tab-name ml-1" title={example.name}>
{example.name}
</span>
</div>