From acb8c1e7577c3ad82a94be72e2299ba7207299cf Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Wed, 12 Jun 2024 14:15:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20frontend:=20minor=20dark=20mode?= =?UTF-8?q?=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/views/client/body/drive/modals/versions/index.tsx | 2 +- tdrive/frontend/src/app/views/error/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tdrive/frontend/src/app/views/client/body/drive/modals/versions/index.tsx b/tdrive/frontend/src/app/views/client/body/drive/modals/versions/index.tsx index ac784baf..83e65bcc 100644 --- a/tdrive/frontend/src/app/views/client/body/drive/modals/versions/index.tsx +++ b/tdrive/frontend/src/app/views/client/body/drive/modals/versions/index.tsx @@ -66,7 +66,7 @@ const VersionModalContent = ({ id }: { id: string }) => { }} > {access !== 'read' && ( -
+
diff --git a/tdrive/frontend/src/app/views/error/index.tsx b/tdrive/frontend/src/app/views/error/index.tsx index 742dc7c6..6bf4a245 100644 --- a/tdrive/frontend/src/app/views/error/index.tsx +++ b/tdrive/frontend/src/app/views/error/index.tsx @@ -22,7 +22,7 @@ export default () => { } return ( -
+
{' '}