- apply fixed height for footer buttons over app
- add floating cart button in cart page in desktop size
This commit is contained in:
2025-10-07 05:01:24 +03:00
parent 3485c073a3
commit 03a945c929
16 changed files with 127 additions and 66 deletions

View File

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

View File

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

View File

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