Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ const MobileStandardLink = ({ link, countryId, isOpen, index }) => {
<HoverBox
hoverStart="left"
size="100vw"
hoverBackgroundColor={style.colors.WHITE}
hoverBackgroundColor={style.colors.BLUE_PRESSED}
style={{
margin: 30,
}}
Expand Down Expand Up @@ -667,7 +667,7 @@ const MobileDropdownHeader = ({
<HoverBox
hoverStart="left"
size="100vw"
hoverBackgroundColor={style.colors.WHITE}
hoverBackgroundColor={style.colors.BLUE_PRESSED}
style={{
margin: 30,
}}
Expand Down Expand Up @@ -730,7 +730,7 @@ const MobileDropdownItem = ({ item, countryId, index }) => {
<HoverBox
hoverStart="left"
size="100vw"
hoverBackgroundColor={style.colors.WHITE}
hoverBackgroundColor={style.colors.BLUE_PRESSED}
style={{
margin: "15px 30px",
}}
Expand Down
Loading