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.
2 parents b7abc66 + 8305330 commit 39428e5Copy full SHA for 39428e5
src/lib/components/billing/discountsApplied.svelte
@@ -25,7 +25,7 @@
25
<Layout.Stack direction="row" justifyContent="space-between">
26
<Layout.Stack inline direction="row" gap="xxs" alignItems="center" alignContent="center">
27
<Icon icon={IconTag} color="--fgcolor-success" size="s" />
28
- <Typography.Text>{label}</Typography.Text>
+ <Typography.Text color="--fgcolor-neutral-primary">{label}</Typography.Text>
29
</Layout.Stack>
30
{#if value >= 100}
31
<Badge variant="secondary" content="Credits applied" />
0 commit comments