Skip to content

Commit c9d42ef

Browse files
author
Malin Kussi
committed
Adde background color to dropdown menu
1 parent 76ce3a9 commit c9d42ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/general/navigation/NavigationStyles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class NavigationStyles {
9494
9595
.dropdown-menu {
9696
position: absolute;
97-
background-color: ${props => props.toggle ? `${COLORS.SELECTED}` : 'transparent'} !important;
97+
background-color: ${COLORS.PRIMARY} !important;
9898
padding: 0px 8px 8px 16px;
9999
border: none;
100100
}

0 commit comments

Comments
 (0)