adaptive footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user