console: fix wrong color for active header entry

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7890
GitOrigin-RevId: fa0df4ffadd46d2d857e2ab00ca79d7b5513590e
This commit is contained in:
Nicolas Inchauspe 2023-02-08 17:31:24 +01:00 committed by hasura-bot
parent 89bbb24c54
commit 8b24e40f67

View File

@ -631,6 +631,7 @@
.navSideBarActive {
border-bottom: 4px solid #ffc627;
color: #ffc627 !important;
i {
color: #ffc627;