diff --git a/.changeset/warm-icons-wave.md b/.changeset/warm-icons-wave.md new file mode 100644 index 00000000..bdeaa71c --- /dev/null +++ b/.changeset/warm-icons-wave.md @@ -0,0 +1,7 @@ +--- +'@youversion/platform-react-ui': patch +'@youversion/platform-core': patch +'@youversion/platform-react-hooks': patch +--- + +Fixed a styling bug on the BibleReader.Toolbar component. When auth was disabled in the YouVersionProvider, then it caused a layout issue on the toolbar. diff --git a/packages/ui/src/components/bible-reader.tsx b/packages/ui/src/components/bible-reader.tsx index 803ac2dc..6cbd19d8 100644 --- a/packages/ui/src/components/bible-reader.tsx +++ b/packages/ui/src/components/bible-reader.tsx @@ -309,7 +309,12 @@ function Toolbar({ border = 'top' }: { border?: 'top' | 'bottom' }) { border === 'bottom' && 'yv:border-b', )} > -