From 254ffecec3eab3d04d0d8099b798f3ac5cd1e605 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 8 Apr 2024 00:44:20 +0300 Subject: [PATCH] Refactored Avatar Style --- components/lib/avatar/style/AvatarStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/avatar/style/AvatarStyle.js b/components/lib/avatar/style/AvatarStyle.js index 958d7c909..919599ab5 100644 --- a/components/lib/avatar/style/AvatarStyle.js +++ b/components/lib/avatar/style/AvatarStyle.js @@ -10,7 +10,7 @@ const classes = { 'p-avatar-xl': props.size === 'xlarge' } ], - label: 'p-avatar-text', + label: 'p-avatar-label', icon: 'p-avatar-icon' };