We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd0f12 commit 38cf37dCopy full SHA for 38cf37d
src/lib/components/permissions/row.svelte
@@ -223,7 +223,7 @@
223
color="--fgcolor-neutral-primary">
224
{formatName(
225
data.customName ?? '',
226
- $isSmallViewport ? 20 : 32
+ $isSmallViewport ? 20 : 28
227
)}
228
</Typography.Text>
229
</Layout.Stack>
@@ -233,14 +233,14 @@
233
variant="copy"
234
text={formatName(
235
data.roleName,
236
237
238
value={data.roleName} />
239
{:else}
240
<InteractiveText
241
isVisible
242
243
- text={formatName(role, $isSmallViewport ? 20 : 32)}
+ text={formatName(role, $isSmallViewport ? 20 : 28)}
244
value={role} />
245
{/if}
246
0 commit comments