adaptive footer

This commit is contained in:
2025-04-22 12:21:44 +05:00
parent 7905481033
commit 853fb156cd
9 changed files with 173 additions and 107 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ function SequenceSlider({ complexName }: SequenceSliderProps) {
disabled={isAnimating || !isShowVideo}
onClick={() => handleSwipe("prev")}
>
<span className="lg:w-[1.389vw] lg:h-[1.389vw] w-5 h-5">
<span className="lg:w-[1.389vw] lg:h-[1.389vw] w-5 h-5 text-[#0D1922]">
<ArrowLeftIcon />
</span>
</Button>
@@ -216,7 +216,7 @@ function SequenceSlider({ complexName }: SequenceSliderProps) {
disabled={isAnimating || !isShowVideo}
onClick={() => handleSwipe("next")}
>
<span className="lg:w-[1.389vw] lg:h-[1.389vw] w-5 h-5">
<span className="lg:w-[1.389vw] lg:h-[1.389vw] w-5 h-5 text-[#0D1922]">
<ArrowRightIcon />
</span>
</Button>