Skip to content

Commit

Permalink
fix: padding in preset buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jan 10, 2025
1 parent cacc5a2 commit 7ea60b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @kiva/kv-components/vue/KvLendCta.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
>
<fieldset
class="tw-w-full tw-flex"
:class="{'tw-flex-col tw-gap-1 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
:class="{'tw-flex-col tw-gap-1.5 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
:disabled="isAdding"
data-testid="bp-lend-cta-select-and-button"
>
<div
v-if="showPresetAmounts"
class="tw-flex tw-gap-1"
class="tw-flex tw-gap-1 lg:tw-gap-2"
:class="{'tw-flex-wrap md:tw-flex-nowrap': enableHugeAmount}"
>
<template v-if="!isLendAmountButton">
Expand Down

0 comments on commit 7ea60b0

Please sign in to comment.