From dcb8bcae93c055fef4db590b8c66f218851e6da6 Mon Sep 17 00:00:00 2001 From: Volodymyr Dekhtyaruk Date: Thu, 18 Apr 2024 13:15:29 +0300 Subject: [PATCH] feature: color and sizing changed for hint [WTEL-4461] --- src/components/wt-hint/wt-hint.vue | 2 ++ src/components/wt-label/wt-label.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/wt-hint/wt-hint.vue b/src/components/wt-hint/wt-hint.vue index 9e67a6645..186e02d0d 100644 --- a/src/components/wt-hint/wt-hint.vue +++ b/src/components/wt-hint/wt-hint.vue @@ -4,6 +4,7 @@ @@ -16,6 +17,7 @@ export default { props: { iconColor: { type: String, + default: 'info', }, }, }; diff --git a/src/components/wt-label/wt-label.vue b/src/components/wt-label/wt-label.vue index caab8eb3c..4738d5480 100644 --- a/src/components/wt-label/wt-label.vue +++ b/src/components/wt-label/wt-label.vue @@ -59,6 +59,6 @@ export default { } .wt-hint { - margin-left: var(--spacing-xs); + margin-left: var(--spacing-2xs); }