diff --git a/assets/styles/admin/components/table/grid.less b/assets/styles/admin/components/table/grid.less index ddb1db2f13..52e4304c1e 100644 --- a/assets/styles/admin/components/table/grid.less +++ b/assets/styles/admin/components/table/grid.less @@ -15,7 +15,7 @@ } tbody { - background: @color-f; + background: @bg-stripe; .table-grid__row { &:hover { @@ -39,7 +39,7 @@ &:nth-child(2n) { tbody & { - background: @bg-stripe; + background: @color-f; } } }