From acf8f04db216b81608fc37038d854493ff321bf9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C5=82a=C5=BCej=20Kustra?=
<46095609+blazejkustra@users.noreply.github.com>
Date: Wed, 10 Sep 2025 22:20:48 +0200
Subject: [PATCH 1/2] Fix: Disable font scaling
---
src/Initials.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Initials.tsx b/src/Initials.tsx
index e34e005..0815447 100644
--- a/src/Initials.tsx
+++ b/src/Initials.tsx
@@ -21,7 +21,7 @@ const Initials = ({ size, name, color, colorize, borderRadius, style, textStyle
return (
-
+
{initials}
From 5dc920e9bd8c28da022be3865a6116bb077f1a41 Mon Sep 17 00:00:00 2001
From: Blazej Kustra
Date: Wed, 10 Sep 2025 22:33:41 +0200
Subject: [PATCH 2/2] fix prettier
---
src/Initials.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/Initials.tsx b/src/Initials.tsx
index 0815447..69fbd0b 100644
--- a/src/Initials.tsx
+++ b/src/Initials.tsx
@@ -21,7 +21,11 @@ const Initials = ({ size, name, color, colorize, borderRadius, style, textStyle
return (
-
+
{initials}