menu: fix footer icons
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
:global(.darkApp) .scrollToTopButton {
|
||||
background-color: var(--primary) !important;
|
||||
border-color: var(--primary) !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
:global(.darkApp) .scrollToTopButton:hover {
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user