From c2d3b409a1e8deb730d8b632864f197216889d58 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Thu, 5 Dec 2024 09:59:33 +0800 Subject: [PATCH] Make edit and delete buttons work with dark theme --- .../Pages/CmsKit/Shared/Components/Commenting/Default.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml index 6326b91cb5..7033978f48 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml +++ b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/Commenting/Default.cshtml @@ -105,11 +105,11 @@ @if (authorId == CurrentUser.Id) { - + @L["Edit"] - + @L["Delete"] }