diff --git a/packages/ui/table/src/styles/table.scss b/packages/ui/table/src/styles/table.scss index 9fccc2197..c03f4c448 100644 --- a/packages/ui/table/src/styles/table.scss +++ b/packages/ui/table/src/styles/table.scss @@ -210,6 +210,7 @@ $emptyContent: '#{$component-prefix}-table-body-empty-content' !default; &:hover { background-color: use-color-mode('primary'); border-left-color: use-color('gray', 200); + border-right-color: use-color('gray', 200); } } }