forked from emre/www_projectmycelium_com
refactor: update button colors in CallToAction and Hero components for improved contrast
- Changed link button color from cyan to white in agents, home, and network CallToAction components - Updated network Hero secondary button from dark to gray outline variant
This commit is contained in:
@@ -69,7 +69,7 @@ export function CallToAction() {
|
|||||||
as="a"
|
as="a"
|
||||||
to="https://threefold.info/mycelium_network/docs/"
|
to="https://threefold.info/mycelium_network/docs/"
|
||||||
variant="link"
|
variant="link"
|
||||||
color="cyan"
|
color="white"
|
||||||
className="inline-flex items-center gap-1.5"
|
className="inline-flex items-center gap-1.5"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ export function CallToAction() {
|
|||||||
Deploy in Cloud
|
Deploy in Cloud
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button to="/nodes" variant="link" color="cyan">
|
<Button to="/nodes" variant="link" color="white">
|
||||||
Host a Node →
|
Host a Node →
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ Use the network to link environments, deploy workloads, or host nodes to strengt
|
|||||||
Deploy in Cloud
|
Deploy in Cloud
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button to="/nodes" variant="link" color="cyan">
|
<Button to="/nodes" variant="link" color="white">
|
||||||
Host a Node →
|
Host a Node →
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ export function Hero() {
|
|||||||
as="a"
|
as="a"
|
||||||
to="https://threefold.info/mycelium_network/docs/"
|
to="https://threefold.info/mycelium_network/docs/"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
color="dark"
|
color="gray"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user