Skip to content

Commit a65b720

Browse files
committed
docs: update content
1 parent d0b168f commit a65b720

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/docs/src/product/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function Header() {
152152

153153
return (
154154
<>
155-
<Flex as="header" background="page" horizontal="center" position="sticky" top="0" zIndex={9} fillWidth vertical="center" paddingY="12" paddingX="24" borderBottom="neutral-alpha-medium">
155+
<Flex as="header" background="page" horizontal="center" position="sticky" top="0" zIndex={9} fillWidth vertical="center" paddingY="12" paddingRight="24" paddingLeft="20" borderBottom="neutral-alpha-medium">
156156
<Row maxWidth={layout.header.width} vertical="center" horizontal="between" gap="l">
157157
<Row fillWidth vertical="center" gap="8">
158158
<Animation

apps/docs/src/resources/changelog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SmartLink } from "@once-ui-system/core";
1+
import { SmartLink, InlineCode } from "@once-ui-system/core";
22

33
const changelog = [
44
{
@@ -31,7 +31,7 @@ const changelog = [
3131
<><SmartLink unstyled href="/once-ui/components/icon">Icon</SmartLink>, <SmartLink unstyled href="/once-ui/components/iconButton">IconButton</SmartLink>, <SmartLink unstyled href="/once-ui/components/headingLink">HeadingLink</SmartLink>: Refactored with Animation component</>,
3232
<><SmartLink unstyled href="/once-ui/modules/headingNav">HeadingNav</SmartLink>: Default heading for element</>,
3333
<><SmartLink unstyled href="/once-ui/components/tooltip">Tooltip</SmartLink>: Fadein animation support</>,
34-
<><SmartLink unstyled href="/once-ui/components/heading">Heading</SmartLink>, <SmartLink unstyled href="/once-ui/components/text">Text</SmartLink>: Display size line-height adjustments</>,
34+
<><SmartLink unstyled href="/once-ui/components/heading">Heading</SmartLink>, <SmartLink unstyled href="/once-ui/components/text">Text</SmartLink>: Display size line-height adjustments and support for <InlineCode>xs</InlineCode> and <InlineCode>xl</InlineCode> label sizes</>,
3535
<><SmartLink unstyled href="/once-ui/effects/tiltFx">TiltFx</SmartLink>: Distortion amount support</>,
3636
]
3737
},

0 commit comments

Comments
 (0)