From 6e3d5ade3d2f5bc938114bf67494d25b6d94eb43 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Tue, 25 Feb 2025 18:33:39 -0800 Subject: [PATCH] Update enum color for java --- .../app/_components/code-panel/code-panel.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.scss b/src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.scss index a8b3bfb686a..dba44514496 100644 --- a/src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.scss +++ b/src/dotnet/APIView/ClientSPA/src/app/_components/code-panel/code-panel.component.scss @@ -237,7 +237,11 @@ color: var(--java-doc-color); font-style: italic !important; } - + + .enum { + color: var(--class-color); + } + .comment { color: var(--java-comment-color); font-style: italic !important;