You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-core/src/components/Compass/examples/Compass.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In a basic Compass layout, content can be passed to the following props to popul
36
36
-`sidebarEnd`: Content rendered at the horizontal end of the page (by default, the right side).
37
37
-`footer`: Content rendered at the bottom of the page.
38
38
39
-
To customize the background image of the `<Compass>`and `<CompassHero>`components, you can use their respective `backgroundSrcLight` and `backgroundSrcDark` props. You can also add and customize a color gradient background for the `<CompassHero>` component by using the `gradientLight` and `gradientDark` props.
39
+
The background image of `<Compass>`is set at a global level alongside the theme. You can customize the background image of `<CompassHero>`by using its `backgroundSrcLight` and `backgroundSrcDark` props, or you may set a gradient using the `gradientLight` and `gradientDark` props.
0 commit comments