Skip to content

Commit 3a27943

Browse files
committed
style: fix color for background tabs
1 parent 39686a0 commit 3a27943

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/authz-module/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
color: var(--pgn-color-breadcrumb-active);
44
text-decoration: none;
55
}
6+
7+
.tab-content {
8+
background-color: var(--pgn-color-light-200);
9+
}
610
}

0 commit comments

Comments
 (0)