mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Get started text color updates
This commit is contained in:
@@ -118,9 +118,11 @@
|
||||
</div>
|
||||
{#if state !== 'icons'}
|
||||
<div class="info" in:fade={{ delay: 200, duration: 200 }}>
|
||||
<Typography.Text variant="m-600"
|
||||
>{progressCard.title}</Typography.Text>
|
||||
<Typography.Text
|
||||
variant="m-500"
|
||||
color="--color-fgcolor-neutral-secondary"
|
||||
>{progressCard.title}</Typography.Text>
|
||||
<Typography.Text color="--color-fgcolor-neutral-secondary"
|
||||
>{progressCard.percentage}% complete</Typography.Text>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user