Skip to content

Commit

Permalink
📝 Kommentarer
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Nov 8, 2023
1 parent df30300 commit fcfc6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @navikt/core/react/src/layout/page/parts/PageBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface PageBlockProps extends React.HTMLAttributes<HTMLDivElement> {
* ```
* @example
* With background bleed
* Wrapping Page.Block with Box allows the background to react screen-width
* Wrapping `Page.Block` with `Box` allows the background-color to use full screen-width
* ```jsx
* <Page
* footer={<Box background="..."><Page.Block width="xl" gutters /></Box>}
Expand Down

0 comments on commit fcfc6c7

Please sign in to comment.