There was an error while loading. Please reload this page.
1 parent c68e10d commit 6b7c833Copy full SHA for 6b7c833
1 file changed
features/banner/try-dap-banner.tsx
@@ -78,7 +78,7 @@ const TryDAPBanner = () => {
78
</p>
79
</div>
80
<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]"
+ 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]"
82
onClick={handleTryItNow}
83
>
84
<ArrowTopRightIcon className="w-6 h-6" />
0 commit comments