diff --git a/src/mantine-core/src/components/Table/Table.module.css b/src/mantine-core/src/components/Table/Table.module.css index b65cbcf3960..f295eb906a2 100644 --- a/src/mantine-core/src/components/Table/Table.module.css +++ b/src/mantine-core/src/components/Table/Table.module.css @@ -37,7 +37,7 @@ background-color: var(--_tr-bg, transparent); @mixin hover { - --_tr-bg: var(--_tr-hover-bg, transparent); + --_tr-bg: var(--_tr-hover-bg, transparent) !important; } &[data-with-row-border] {