From cda46ecf096202c08462e43b4ccbcc0869cf9552 Mon Sep 17 00:00:00 2001 From: Ramya Venkataramu Date: Fri, 7 Jul 2023 05:50:35 +0530 Subject: [PATCH] cr: halo doc --- recipes/list_items/contact_info/contact_info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/list_items/contact_info/contact_info.vue b/recipes/list_items/contact_info/contact_info.vue index 0a42071242..64a63e07ba 100644 --- a/recipes/list_items/contact_info/contact_info.vue +++ b/recipes/list_items/contact_info/contact_info.vue @@ -53,7 +53,6 @@ :initials="avatarInitials" :seed="avatarSeed" :presence="presence" - :style="avatarHalo" > * `seed` - determines uniqueness of avatar background
* `text` - text that overlays the avatar (optional)
- * `icon` - icon that overlays the avatar (optional) + * `icon` - icon that overlays the avatar (optional)
+ * `halo` - halo highlight around the avatar. boolean true/false */ avatarList: { type: Array,