feat: update Explore Docs button color to white

This commit is contained in:
2025-11-06 22:46:49 +01:00
parent 6d186c2304
commit 39b748cdac

View File

@@ -31,7 +31,7 @@ export function CallToAction() {
as="a"
target="_blank"
variant="outline"
color="gray"
color="white"
>
Explore Docs
</Button>