Skip to content

Commit 5e26081

Browse files
1010807: Resolved CI issues
1 parent 6de51b8 commit 5e26081

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/environment-integration/existing-react-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The React PDF Viewer can be embedded into dashboards, admin panels, split‑scre
1717
## How‑To
1818

1919
- **Place the viewer inside layout components:**
20-
- Insert the PDF Viewer inside standard divs, CSS Grid cells, Flexbox containers, and multi‑column panels. The viewer will expand to fill its parent container when the container has a defined height.
20+
- Insert the PDF Viewer inside standard divs, CSS Grid cells, Flex box containers, and multi‑column panels. The viewer will expand to fill its parent container when the container has a defined height.
2121

2222
Basic div:
2323

Document-Processing/PDF/PDF-Viewer/react/theming-and-styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Theming and Styling
11+
# Theming and Styling in React PDF Viewer
1212

1313
The React PDF Viewer supports a wide range of built-in themes and flexible UI customization to match your application's design.
1414

@@ -46,7 +46,7 @@ This short, guided walkthrough shows a minimal end-to-end customization flow:
4646

4747
2. Add the Tailwind theme imports to your global CSS (see Quick start).
4848

49-
3. Render the PDF Viewer in `src/App.tsx` and verify the default look.
49+
3. Render the PDF Viewer in `src/App` and verify the default look.
5050

5151
4. Add a theme switcher using the dark-mode logic in later shown in this file
5252

0 commit comments

Comments
 (0)