fix(Header): Make dropdown item in active to follow the primary color
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user