bugfix: style nav config style
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
"config": {
|
||||
"src": "/drsquatch-logo.webp",
|
||||
"alt": "MyShop",
|
||||
"className": "h-[150px] w-[180px] mr-24",
|
||||
"className": "h-full w-[180px] mr-24",
|
||||
"objectFit": "contain"
|
||||
}
|
||||
}
|
||||
@@ -90,7 +90,7 @@
|
||||
"config": {
|
||||
"navLabel": {
|
||||
"text": "OUR STORY",
|
||||
"className": "font-bold text-[1rem] text-white flex items-center mr-8 gap-1 hover:bg-transparent hover:underline hover:text-white"
|
||||
"className": "font-bold text-[1rem] text-white flex items-center hover:bg-transparent hover:underline hover:text-white"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -130,7 +130,7 @@
|
||||
"Button": {
|
||||
"config": {
|
||||
"icon": "user",
|
||||
"className": "shadow-none bg-transparent text-white"
|
||||
"className": "shadow-none bg-transparent text-white hover:text-black"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
"Button": {
|
||||
"config": {
|
||||
"icon": "user",
|
||||
"className": " flex items-center gap-1 shadow-none"
|
||||
"className": " flex items-center gap-1 shadow-none w-[50px]"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -165,7 +165,7 @@
|
||||
"Button": {
|
||||
"config": {
|
||||
"icon": "heart",
|
||||
"className": " flex items-center gap-1 shadow-none"
|
||||
"className": " flex items-center gap-1 shadow-none w-[50px]"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -173,7 +173,7 @@
|
||||
"VtCartButton": {
|
||||
"config": {
|
||||
"variant": "shoppingBagbutton",
|
||||
"className": "shadow-none bg-transparent text-black"
|
||||
"className": "shadow-none bg-transparent text-black w-[50px]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user