Skip to content

Commit 500ba58

Browse files
committed
change link styling
1 parent c5d3616 commit 500ba58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/livewire/order-success.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class="mb-4 flex h-12 w-12 items-center justify-center rounded-full"
510510
<a
511511
href="https://auth.anystack.sh/register?accountType=customer"
512512
target="_blank"
513-
class="hover:text-violet-400"
513+
class="text-violet-600 hover:text-violet-800 dark:text-violet-400 dark:hover:text-violet-300"
514514
>
515515
Create a customer account
516516
</a>
@@ -519,7 +519,7 @@ class="hover:text-violet-400"
519519
<a
520520
href="https://github.com/nativephp/mobile/issues"
521521
target="_blank"
522-
class="hover:text-violet-400"
522+
class="text-violet-600 hover:text-violet-800 dark:text-violet-400 dark:hover:text-violet-300"
523523
>
524524
repository
525525
</a>

0 commit comments

Comments
 (0)