From 64a8940045fa6409706d3ac47e9e3f49c06dda4f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 9 Jul 2024 08:46:12 -0400 Subject: [PATCH] update docs --- lib/core/src/lib/avatar/avatar.component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/src/lib/avatar/avatar.component.md b/lib/core/src/lib/avatar/avatar.component.md index bf1be8d0dce..473626f80f4 100644 --- a/lib/core/src/lib/avatar/avatar.component.md +++ b/lib/core/src/lib/avatar/avatar.component.md @@ -72,7 +72,7 @@ The following CSS classes are available for theming: | `--adf-avatar-border-radius` | `50%` | The border radius of the avatar. | | `--adf-avatar-background-color` | `#f3f3f3` | The background color of the avatar. | | `--adf-avatar-color` | `#333` | The text color of the initials. | -| `--adf-avatar-font-size` | `16px` | The font size of the initials. | -| `--adf-avatar-font-weight` | `400` | The font weight of the initials. | +| `--adf-avatar-font-size` | `14px` | The font size of the initials. | +| `--adf-avatar-font-weight` | `500` | The font weight of the initials. | | `--adf-avatar-cursor` | `auto` | The cursor style. | ```