Skip to content

Commit 6b7c833

Browse files
committed
fix(banner): change text on redirect button to dark
1 parent c68e10d commit 6b7c833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/banner/try-dap-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const TryDAPBanner = () => {
7878
</p>
7979
</div>
8080
<button
81-
className="flex items-center gap-2 absolute right-12 top-[55%] -translate-y-1/2 bg-background rounded-md px-4 py-2 cursor-pointer transition-all duration-300 ease-in-out transform scale-100 origin-center z-10 h-[44px]"
81+
className="flex items-center gap-2 absolute right-12 top-[55%] -translate-y-1/2 bg-background text-dap-dark rounded-md px-4 py-2 cursor-pointer transition-all duration-300 ease-in-out transform scale-100 origin-center z-10 h-[44px]"
8282
onClick={handleTryItNow}
8383
>
8484
<ArrowTopRightIcon className="w-6 h-6" />

0 commit comments

Comments
 (0)