changed character limit

This commit is contained in:
Harsh Mahajan
2025-12-06 11:39:05 +05:30
parent 3cd0f12153
commit 38cf37ddd0
+3 -3
View File
@@ -223,7 +223,7 @@
color="--fgcolor-neutral-primary">
{formatName(
data.customName ?? '',
$isSmallViewport ? 20 : 32
$isSmallViewport ? 20 : 28
)}
</Typography.Text>
</Layout.Stack>
@@ -233,14 +233,14 @@
variant="copy"
text={formatName(
data.roleName,
$isSmallViewport ? 20 : 32
$isSmallViewport ? 20 : 28
)}
value={data.roleName} />
{:else}
<InteractiveText
isVisible
variant="copy"
text={formatName(role, $isSmallViewport ? 20 : 32)}
text={formatName(role, $isSmallViewport ? 20 : 28)}
value={role} />
{/if}
</Layout.Stack>