fix: button border color for tab in log explorer (#4535)

This commit is contained in:
Rajat Dabade 2024-02-13 19:18:00 +05:30 committed by GitHub
parent 1ee672c020
commit d0b43f3802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,13 @@
gap: 8px;
}
}
.lightMode {
.logs-module-container {
.ant-tabs-nav {
&::before {
border-bottom: 1px solid var(--bg-vanilla-300) !important;
}
}
}
}