fix(Header): Make dropdown item in active to follow the primary color

This commit is contained in:
haitao(lj)
2022-12-16 10:14:45 +08:00
parent 776b2235d3
commit dafeebeaba
@@ -66,6 +66,9 @@ const Index: FC = () => {
.form-check-input:focus {
box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), .4);
}
.dropdown-menu {
--bs-dropdown-link-active-bg: rgb(var(--bs-primary-rgb));
}
`}
</style>
)}