Skip to content

Commit

Permalink
actually omit interactive color
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosenthal committed Feb 27, 2020
1 parent 39bb816 commit 85b6eb6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/components/Icon/Icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,6 @@
@include recolor-icon(var(--p-icon-success));
}

.colorInteractive {
@include recolor-icon(var(--p-interactive));
}

.colorPrimary {
@include recolor-icon(var(--p-action-primary));
}
Expand Down
1 change: 0 additions & 1 deletion src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const NEW_DESIGN_LANGUAGE_COLORS = [
'critical',
'warning',
'highlight',
'interactive',
'success',
'primary',
'primaryDisabled',
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type NewDesignLanguageColor =
| 'critical'
| 'warning'
| 'highlight'
| 'interactive'
| 'success'
| 'primary'
| 'primaryDisabled'
Expand Down

0 comments on commit 85b6eb6

Please sign in to comment.