menu: fix footer icons

This commit is contained in:
2025-10-09 17:22:10 +03:00
parent 0b0b80d0d5
commit 905367899e
4 changed files with 31 additions and 35 deletions

View File

@@ -13,7 +13,6 @@
:global(.darkApp) .scrollToTopButton {
background-color: var(--primary) !important;
border-color: var(--primary) !important;
color: #000000 !important;
}
:global(.darkApp) .scrollToTopButton:hover {

View File

@@ -6,9 +6,9 @@ interface CartType {
const CartIcon = ({ className, onClick }: CartType) => {
return (
<svg
width="17"
height="16"
viewBox="0 0 17 16"
width="22px"
height="22px"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={className}