diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index a49805754..47d63df69 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -135,7 +135,7 @@ a { @apply rounded; @apply truncate; @apply shadow; - @apply leading-body; + @apply leading-normal; @apply items-center; font-size: 86%; @@ -172,7 +172,7 @@ a { @apply text-secondary text-body; @apply p-2; @apply shadow-lg; - @apply leading-body; + @apply leading-normal; @apply border border-dividerDark; @apply focus: outline-none; scroll-behavior: smooth; diff --git a/packages/hoppscotch-app/src/components/collections/ChooseType.vue b/packages/hoppscotch-app/src/components/collections/ChooseType.vue index 6de0823c1..41fe6fd43 100644 --- a/packages/hoppscotch-app/src/components/collections/ChooseType.vue +++ b/packages/hoppscotch-app/src/components/collections/ChooseType.vue @@ -53,7 +53,7 @@ :info-icon=" team.id === collectionsType.selectedTeam?.id ? IconDone - : null + : undefined " :active-info-icon=" team.id === collectionsType.selectedTeam?.id diff --git a/packages/hoppscotch-app/src/components/environments/ChooseType.vue b/packages/hoppscotch-app/src/components/environments/ChooseType.vue index 01b96a764..9b7e79705 100644 --- a/packages/hoppscotch-app/src/components/environments/ChooseType.vue +++ b/packages/hoppscotch-app/src/components/environments/ChooseType.vue @@ -19,8 +19,8 @@ interactive trigger="click" theme="popover" - arrow placement="bottom" + :on-shown="() => tippyActions.focus()" >