Skip to content

Commit

Permalink
fix divider color
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Nov 20, 2023
1 parent fb51ef7 commit 9171ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/oSnap/Proposal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function enrichTransactionForDisplay(transaction: Transaction) {
View transactions on IPFS
</ExternalLink>
</div>
<div class="divider mx-auto h-[1px] w-[95%] bg-gray-200" />
<div class="divider mx-auto h-[1px] w-[95%] bg-skin-border" />
<div
v-for="({ type, ...details }, index) in transactionsForDisplay"
class="flex flex-col gap-2"
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/oSnap/components/ExternalLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defineProps<{
:href="sanitizeUrl(link)"
target="_blank"
:class="[
'inline-flex w-full items-center gap-2 whitespace-nowrap rounded-3xl border border-gray-200 border-skin-border bg-skin-bg px-4 font-semibold capitalize leading-[48px] hover:border-skin-text',
'inline-flex w-full items-center gap-2 whitespace-nowrap rounded-3xl border border-skin-border bg-skin-bg px-4 font-semibold capitalize leading-[48px] hover:border-skin-text',
{ 'pointer-events-none': disabled }
]"
rel="noopener noreferrer"
Expand Down

0 comments on commit 9171ea7

Please sign in to comment.