Skip to content

Commit 84515f8

Browse files
committed
change incon colour
1 parent c47f31d commit 84515f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polaris-react/src/components/DataTable/DataTable.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $breakpoint: 768px;
182182
.Icon {
183183
opacity: 1;
184184
svg {
185-
fill: var(--p-text-subdued);
185+
fill: var(--p-icon-disabled);
186186
}
187187
}
188188
}
@@ -193,7 +193,7 @@ $breakpoint: 768px;
193193
.Icon {
194194
opacity: 1;
195195
svg {
196-
fill: var(--p-text-subdued);
196+
fill: var(--p-icon-disabled);
197197
}
198198
}
199199
}

0 commit comments

Comments
 (0)