Use primary color for active tabs in traces (#13760)

This commit is contained in:
Bram Kragten 2022-09-16 13:38:45 +02:00 committed by GitHub
parent 9e416e829c
commit c93179c307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export const traceTabStyles = css`
}
.tabs > *.active {
border-bottom-color: var(--accent-color);
border-bottom-color: var(--primary-color);
}
.tabs > *:focus,