fix: updated styles to work with darkMode

ref: N25B-450
This commit is contained in:
JGerla
2026-01-23 11:42:06 +01:00
parent 7757a04694
commit 641d794cf0

View File

@@ -4,14 +4,14 @@
width: 320px;
height: 100%;
background: canvas;
border-left: 2px solid black;
border-left: 2px solid CanvasText;
display: flex;
flex-direction: column;
}
.warnings-header {
padding: 12px;
border-bottom: 1px solid #2a2a2e;
border-bottom: 2px solid CanvasText;
}
.severity-tabs {
@@ -62,6 +62,7 @@
padding: 0;
border-radius: 5px;
cursor: pointer;
color: GrayText;
}
.warning-item:hover {