From a85a2f20f3bfe895255e4b6426bbd6a83061c299 Mon Sep 17 00:00:00 2001 From: MikeMatusz Date: Fri, 19 Jan 2024 14:26:24 -0500 Subject: [PATCH] chore: fix typogrpahy --- src/lib/avatar/_core.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/avatar/_core.scss b/src/lib/avatar/_core.scss index d7afe968d..aa0e95162 100644 --- a/src/lib/avatar/_core.scss +++ b/src/lib/avatar/_core.scss @@ -29,7 +29,7 @@ background-repeat: no-repeat; background-size: cover; - @include typography.style(heading4); + @include typography.style(subheading2); color: #{token(color)}; }