From f4ae24c6ce0a729cc6c7843bdb3745f4c503b8a2 Mon Sep 17 00:00:00 2001 From: Nathan Young <1447339+nathanyoung@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:07:23 -0600 Subject: [PATCH] fix(Table): dark mode loading state (#896) * fix(Table): dark mode loading state * Update Table.module.scss --- src/components/Table/Table.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {