Skip to content

Commit

Permalink
fix: tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryYangxx committed Jan 21, 2025
1 parent 2fc3f88 commit cec5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/components/tabs/tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const REQUEST_METHOD_STYLE_MAP: Record<string, string> = {
};

const WORKSPACE_TAB_UI_MAP: Partial<Record<TabType, any>> = {
request: {
collection: {
icon: 'bars',
bgColor: 'bg-[--color-surprise]',
textColor: 'text-[--color-font-surprise]',
Expand Down

0 comments on commit cec5994

Please sign in to comment.