From 6e0a4ae44b301c76c299551380414e139f3f4956 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Tue, 4 Jul 2023 11:27:13 +0800 Subject: [PATCH] Add dark mode support for typesense dialog --- MyApp/Pages/Shared/DocsPage.cshtml | 2 +- MyApp/Pages/Shared/Header.cshtml | 8 +++----- MyApp/tailwind.input.css | 9 +++------ MyApp/wwwroot/mjs/components/Typesense.mjs | 8 ++++---- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/MyApp/Pages/Shared/DocsPage.cshtml b/MyApp/Pages/Shared/DocsPage.cshtml index 94d68780a7..4ade4851f4 100644 --- a/MyApp/Pages/Shared/DocsPage.cshtml +++ b/MyApp/Pages/Shared/DocsPage.cshtml @@ -96,7 +96,7 @@
-
+
@if (!Model.HideTitle) { diff --git a/MyApp/Pages/Shared/Header.cshtml b/MyApp/Pages/Shared/Header.cshtml index 71a3fde328..e38e4a9a72 100644 --- a/MyApp/Pages/Shared/Header.cshtml +++ b/MyApp/Pages/Shared/Header.cshtml @@ -11,14 +11,11 @@