Skip to content

Commit 85b6eb6

Browse files
committed
actually omit interactive color
1 parent 39bb816 commit 85b6eb6

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/components/Icon/Icon.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,6 @@
397397
@include recolor-icon(var(--p-icon-success));
398398
}
399399

400-
.colorInteractive {
401-
@include recolor-icon(var(--p-interactive));
402-
}
403-
404400
.colorPrimary {
405401
@include recolor-icon(var(--p-action-primary));
406402
}

src/components/Icon/Icon.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const NEW_DESIGN_LANGUAGE_COLORS = [
2525
'critical',
2626
'warning',
2727
'highlight',
28-
'interactive',
2928
'success',
3029
'primary',
3130
'primaryDisabled',

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export type NewDesignLanguageColor =
77
| 'critical'
88
| 'warning'
99
| 'highlight'
10-
| 'interactive'
1110
| 'success'
1211
| 'primary'
1312
| 'primaryDisabled'

0 commit comments

Comments
 (0)