little color change in dropdown (#3828)

* little color change in dropdown

* small-lint-fix

* lint fix

* it should fix
This commit is contained in:
Nirajan 2024-07-19 23:48:18 +05:45 committed by GitHub
parent 37bcb67f6b
commit 468abb272a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,3 +139,8 @@
.block-user-button {
text-transform: capitalize;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
background-color: #f5f0ff;
}