We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ce3a9 commit c9d42efCopy full SHA for c9d42ef
src/pages/general/navigation/NavigationStyles.tsx
@@ -94,7 +94,7 @@ export default class NavigationStyles {
94
95
.dropdown-menu {
96
position: absolute;
97
- background-color: ${props => props.toggle ? `${COLORS.SELECTED}` : 'transparent'} !important;
+ background-color: ${COLORS.PRIMARY} !important;
98
padding: 0px 8px 8px 16px;
99
border: none;
100
}
0 commit comments