Skip to content

Commit

Permalink
use prebuild mt-xs class
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Dec 27, 2024
1 parent e38df6f commit f812117
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/editor-ui/src/components/FreeAiCreditsCallout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const onClaimCreditsClicked = async () => {
};
</script>
<template>
<div :class="$style['container']">
<div class="mt-xs">
<n8n-callout
v-if="userCanClaimOpenAiCredits && !showSuccessCallout"
theme="secondary"
Expand Down Expand Up @@ -116,9 +116,3 @@ const onClaimCreditsClicked = async () => {
</n8n-callout>
</div>
</template>

<style lang="scss" module>
.container {
margin-top: var(--spacing-xs);
}
</style>

0 comments on commit f812117

Please sign in to comment.