diff --git a/src/components/Table/Table.module.scss b/src/components/Table/Table.module.scss index ff3f3d607..748d09176 100644 --- a/src/components/Table/Table.module.scss +++ b/src/components/Table/Table.module.scss @@ -10,7 +10,8 @@ left: 0; align-items: center; justify-content: center; - background: rgb(255 255 255 / 50%); + background-color: var(--color-background-primary); + opacity: .6; } .scroll-container {