Skip to content

Commit

Permalink
spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Nov 20, 2023
1 parent 61df21a commit da5ae49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const hasReachedQuorum = computed(() => props.scoresTotal >= props.quorum);
</script>

<template>
<div class="pl-3 pr-3">
<div class="!mt-2">
<p>
Make sure this proposal was approved by this Snapshot vote before
asserting on-chain. If the Snapshot vote rejected the proposal, the
Expand Down Expand Up @@ -64,7 +64,7 @@ const hasReachedQuorum = computed(() => props.scoresTotal >= props.quorum);
<BaseButton
:disabled="!hasReachedQuorum || !hasSufficientBalance"
@click="emit('approveBond')"
class="mr-2 w-full"
class="mr-2 mt-4 w-full"
>
Approve bond
</BaseButton>
Expand Down

0 comments on commit da5ae49

Please sign in to comment.