diff --git a/packages/theme-chalk/src/table.scss b/packages/theme-chalk/src/table.scss index 2d3991171..1d2d164fe 100644 --- a/packages/theme-chalk/src/table.scss +++ b/packages/theme-chalk/src/table.scss @@ -505,7 +505,7 @@ &, &.el-table__row--striped { &, &.current-row { > td { - background-color: $--table-current-row-background-color; + background-color: $--table-row-hover-background-color; } } }