Skip to content

Commit

Permalink
fix: reset to snapshot's standard 42px height (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 authored Nov 22, 2023
1 parent 3164b29 commit f8e2d58
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/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-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-[42px] hover:border-skin-text',
{ 'pointer-events-none': disabled }
]"
rel="noopener noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/oSnap/components/Input/ReadOnly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<template>
<div
class="z-10 flex w-full rounded-3xl border border-skin-border bg-skin-bg px-3 text-left leading-[48px] outline-none transition-colors"
class="z-10 flex w-full rounded-3xl border border-skin-border bg-skin-bg px-3 text-left leading-[42px] outline-none transition-colors"
>
<slot />
</div>
Expand Down

0 comments on commit f8e2d58

Please sign in to comment.