Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/version-count-no-slashed-zero.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@youversion/platform-react-ui': patch
---

Fix the version count badge in the version picker's language trigger rendering with a monospace, slashed-zero font. The badge now inherits the picker's font and keeps `tabular-nums` for stable digit widths.
2 changes: 1 addition & 1 deletion packages/ui/src/components/bible-version-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export function BibleVersionPickerLanguageTrigger({
</span>
<Badge
variant="secondary"
className="yv:h-5 yv:min-w-5 yv:rounded-full yv:px-1 yv:font-mono yv:tabular-nums"
className="yv:h-5 yv:min-w-5 yv:rounded-full yv:px-1 yv:tabular-nums"
>
{versionsLoading ? (
<LoaderIcon className="yv:size-3 yv:animate-spin" />
Expand Down
Loading