Update colours in markup
This commit is contained in:
parent
989085fac4
commit
fc04267074
18 changed files with 98 additions and 98 deletions
|
|
@ -7,7 +7,7 @@
|
|||
class="text-xs no-underline hover:underline flex flex-col items-center justify-center"
|
||||
:class="{
|
||||
'text-grey cursor-not-allowed': link.disabled,
|
||||
'text-blue-dark': !link.disabled,
|
||||
'text-blue-3': !link.disabled,
|
||||
}"
|
||||
:disabled="link.disabled"
|
||||
>
|
||||
|
|
|
|||
Reference in a new issue