diff --git a/.changeset/chapter-picker-no-book-dividers.md b/.changeset/chapter-picker-no-book-dividers.md new file mode 100644 index 00000000..e0fc41ad --- /dev/null +++ b/.changeset/chapter-picker-no-book-dividers.md @@ -0,0 +1,5 @@ +--- +'@youversion/platform-react-ui': patch +--- + +Remove the divider lines between book rows in `BibleChapterPicker` to match the current design. Row padding and tap targets are unchanged. diff --git a/packages/ui/src/components/bible-chapter-picker.tsx b/packages/ui/src/components/bible-chapter-picker.tsx index fe628759..1173f5e1 100644 --- a/packages/ui/src/components/bible-chapter-picker.tsx +++ b/packages/ui/src/components/bible-chapter-picker.tsx @@ -332,7 +332,7 @@ function Content({ onRequestClose, onSelect }: BibleChapterPickerContentProps) { {filteredBooks && filteredBooks.length > 0 ? ( filteredBooks.map((bookItem) => (