mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user