diff --git a/frontend/public/themes/dark.css b/frontend/public/themes/dark.css index 1ee5f1ac..9a5be1f7 100644 --- a/frontend/public/themes/dark.css +++ b/frontend/public/themes/dark.css @@ -191,10 +191,11 @@ table th { } } -.share__box, .share__box__download { - background: var(--surfaceSecondary) !important; +.share__box { + background: var(--surfacePrimary) !important; color: var(--textPrimary); } -.share__box__download { - border-bottom-color: var(--divider); + +.share__box__element { + border-top-color: var(--divider); } \ No newline at end of file diff --git a/frontend/src/components/files/Preview.vue b/frontend/src/components/files/Preview.vue index 71d50632..1a8435b0 100644 --- a/frontend/src/components/files/Preview.vue +++ b/frontend/src/components/files/Preview.vue @@ -5,9 +5,7 @@ close -