File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/@adobe/spectrum-css-temp/components/table Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ governing permissions and limitations under the License.
14
14
--spectrum-table-header-sort-icon-color-hover : var (--spectrum-global-color-gray-700 );
15
15
}
16
16
.spectrum-Table {
17
- --spectrum-table-col-resize-indicator-background-color : var (--spectrum-global-color-blue-600 );
18
- --spectrum-table-col-resize-nubbin-background-color : var (--spectrum-global-color-blue-600 );
17
+ --spectrum-table-col-resize-indicator-background-color : xvar ( --spectrum-legacy-color-blue-400 , var (--spectrum-global-color-blue-400 ) );
18
+ --spectrum-table-col-resize-nubbin-background-color : xvar ( --spectrum-legacy-color-blue-400 , var (--spectrum-global-color-blue-400 ) );
19
19
--spectrum-table-col-resize-nubbin-icon-color : var (--spectrum-global-color-static-white );
20
- --spectrum-table-body-resize-indicator-background-color : var (--spectrum-global-color-blue-600 );
20
+ --spectrum-table-body-resize-indicator-background-color : xvar ( --spectrum-legacy-color-blue-400 , var (--spectrum-global-color-blue-400 ) );
21
21
}
22
22
23
23
.spectrum-Table-headWrapper {
You can’t perform that action at this time.
0 commit comments