From 1f6a4ce402a589e02a8a53b4c1824358d4a972d8 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 6 Sep 2026 20:32:33 -0700
Subject: [PATCH] Fix table bg
---
.../share-link-bundle-list.component.html | 2 +-
.../share-link-list/share-link-list.component.html | 2 +-
src-ui/src/styles.scss | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html b/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html
index 8230e2157..3459cc1bc 100644
--- a/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html
+++ b/src-ui/src/app/components/manage/share-links/share-link-bundle-list/share-link-bundle-list.component.html
@@ -10,7 +10,7 @@
}
@if (bundles().length > 0) {
-
+
| Created |
diff --git a/src-ui/src/app/components/manage/share-links/share-link-list/share-link-list.component.html b/src-ui/src/app/components/manage/share-links/share-link-list/share-link-list.component.html
index 053d07cdb..a9d20b369 100644
--- a/src-ui/src/app/components/manage/share-links/share-link-list/share-link-list.component.html
+++ b/src-ui/src/app/components/manage/share-links/share-link-list/share-link-list.component.html
@@ -9,7 +9,7 @@
}
@if (!loading() && !error() && links().length > 0) {
-
+
| Document |
diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss
index 55cbff7f9..8c0fec3e8 100644
--- a/src-ui/src/styles.scss
+++ b/src-ui/src/styles.scss
@@ -626,6 +626,10 @@ ul.pagination {
table.table {
--bs-table-color: var(--bs-body-color);
--bs-table-bg: var(--bs-light-rgb);
+
+ &.bg-body {
+ --bs-table-bg: var(--bs-body-bg);
+ }
}
.close {