Skip to content

Commit

Permalink
menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Jan 9, 2024
1 parent b8e277c commit a6949e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/Menu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const MenuItem = ({ item, onMenuItemClick, isMobileMenu, className }) => {
id="basic-nav-dropdown"
>
<Container fluid>
<Row className="p-4" lg={item.columns?.length || 1} xs="1">
<Row className="p-0" lg={item.columns?.length || 1} xs="1">
{item.columns?.length ? (
item.columns.map((column, index) => (
<Col key={index} className="nav-link-column">
Expand Down
1 change: 1 addition & 0 deletions styles/bootstrap-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
.nav-item.dropdown {
.show {
background-color: #2c3249;
color: #fff !important;
}
.dropdown-menu {
background-color: #2c3249;
Expand Down

0 comments on commit a6949e9

Please sign in to comment.