Skip to content

Commit

Permalink
Merge pull request #218 from webitel/feature/hint-color-change
Browse files Browse the repository at this point in the history
feature: color and sizing changed for hint [WTEL-4461]
  • Loading branch information
Lera24 authored Apr 19, 2024
2 parents a28d1d4 + dcb8bca commit 95211b9
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 95211b9

Please sign in to comment.