Skip to content

Commit

Permalink
fix(Table): dark mode loading state (#896)
Browse files Browse the repository at this point in the history
* fix(Table): dark mode loading state

* Update Table.module.scss
  • Loading branch information
nathanyoung committed Jun 17, 2024
1 parent 98b09fe commit f4ae24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Table/Table.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f4ae24c

Please sign in to comment.