Skip to content

Commit 39428e5

Browse files
authored
Merge pull request #1977 from appwrite/lohanidamodar-patch-1
Fix: typography color
2 parents b7abc66 + 8305330 commit 39428e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/billing/discountsApplied.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Layout.Stack direction="row" justifyContent="space-between">
2626
<Layout.Stack inline direction="row" gap="xxs" alignItems="center" alignContent="center">
2727
<Icon icon={IconTag} color="--fgcolor-success" size="s" />
28-
<Typography.Text>{label}</Typography.Text>
28+
<Typography.Text color="--fgcolor-neutral-primary">{label}</Typography.Text>
2929
</Layout.Stack>
3030
{#if value >= 100}
3131
<Badge variant="secondary" content="Credits applied" />

0 commit comments

Comments
 (0)