Reverted text-xs override. text-ss replaces the text-xs override while tailwind's existing text-xs replaces our text-2xs.
This commit is contained in:
@@ -468,7 +468,7 @@ function TutorialPopover() {
|
||||
<Show when={displayedStep()?.title}>
|
||||
<span class="font-medium text-ink">{displayedStep()?.title}</span>
|
||||
</Show>
|
||||
<span class="text-xs text-ink-muted">
|
||||
<span class="text-ss text-ink-muted">
|
||||
{(displayedStepIndex() + 1) + " of " + ctx.totalSteps()}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user