Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Apr 20, 2024
2 parents 8f2a7c2 + 95211b9 commit ea512ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/wt-hint/wt-hint.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<wt-icon-btn

Check warning on line 4 in src/components/wt-hint/wt-hint.vue

View workflow job for this annotation

GitHub Actions / Qodana for JS

Missing component import

Component wt-icon-btn is not imported
icon="rounded-info"
:color="iconColor"
size="sm"
/>
</template>
<slot />
Expand All @@ -16,6 +17,7 @@ export default {
props: {
iconColor: {
type: String,
default: 'info',
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/wt-label/wt-label.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export default {
}
.wt-hint {
margin-left: var(--spacing-xs);
margin-left: var(--spacing-2xs);
}
</style>

0 comments on commit ea512ca

Please sign in to comment.