Skip to content

Commit 8199478

Browse files
committed
fix slyder btn
1 parent 0eed870 commit 8199478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/[lang]/news/components/BreakingNewsSlider/BreakingNewsSlider.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export default function BreakingNewsSliderClient({
134134
{/* NAV */}
135135
<div className="absolute top-[240px] w-full flex justify-center">
136136
<div className="flex justify-between items-center !w-[85%] md:!w-[65%] lg:!w-[61%]">
137-
<div className="swiper-button-prev !static !text-white dark:!text-black after:!text-xl dark:after:!text-black !text-xl !w-12 !h-12 rounded-full bg-light-primary dark:bg-dark-yellow" />
138-
<div className="swiper-button-next !static !text-white dark:!text-black after:!text-xl dark:after:!text-black !text-xl !w-12 !h-12 rounded-full bg-light-primary dark:bg-dark-yellow" />
137+
<div className="swiper-button-prevv p-3 !static !text-white dark:!text-black after:!text-xl dark:after:!text-black !text-xl !w-12 !h-12 rounded-full bg-light-primary dark:bg-dark-yellow" />
138+
<div className="swiper-button-next p-3 !static !text-white dark:!text-black after:!text-xl dark:after:!text-black !text-xl !w-12 !h-12 rounded-full bg-light-primary dark:bg-dark-yellow" />
139139
</div>
140140
</div>
141141
</Swiper>

0 commit comments

Comments
 (0)