From a25bd1bb00dbf7752707875349350b91fa43227b Mon Sep 17 00:00:00 2001 From: Diana Olarte Date: Thu, 25 Sep 2025 14:46:22 +1000 Subject: [PATCH] style: fix color for background tabs --- src/authz-module/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/authz-module/index.scss b/src/authz-module/index.scss index 4aada25..70ca529 100644 --- a/src/authz-module/index.scss +++ b/src/authz-module/index.scss @@ -3,4 +3,8 @@ color: var(--pgn-color-breadcrumb-active); text-decoration: none; } + + .tab-content { + background-color: var(--pgn-color-light-200); + } }