feat: update Explore Docs button color to gray

This commit is contained in:
2025-11-06 15:50:29 +01:00
parent 5f0c749f94
commit 6e2ea7c87c

View File

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