Skip to content

Commit

Permalink
spec orange for now
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Mar 18, 2024
1 parent 8d46d56 commit 38eb904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/components/icons/mapping.less
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
.icon-set(".test.jsx", "jsx", @orange);
.icon-set(".cjsx", "jsx", @yellow);
.icon-set(".tsx", "tsx", @blue);
.icon-set(".spec.tsx", "tsx", @purple);
.icon-set(".test.tsx", "tsx", @purple);
.icon-set(".spec.tsx", "tsx", @orange);
.icon-set(".test.tsx", "tsx", @orange);

// REASONML
.icon-set(".re", "reasonml", @red);
Expand Down Expand Up @@ -429,8 +429,8 @@

// TYPESCRIPT
.icon-set(".ts", "typescript", @blue);
.icon-set(".spec.ts", "typescript", @purple);
.icon-set(".test.ts", "typescript", @purple);
.icon-set(".spec.ts", "typescript", @orange);
.icon-set(".test.ts", "typescript", @orange);

// TSCONFIG
.icon-set("tsconfig.json", "tsconfig", @blue);
Expand Down

0 comments on commit 38eb904

Please sign in to comment.