diff --git a/examples/react-template/screens/Box.tsx b/examples/react-template/screens/Box.tsx index 87fc7ce9..881eb1b6 100644 --- a/examples/react-template/screens/Box.tsx +++ b/examples/react-template/screens/Box.tsx @@ -212,7 +212,7 @@ export const BoxScreen = (): JSX.Element => { - + Highlited box Eget tincidunt tincidunt id massa sollicitudin. Egestas felis diff --git a/examples/react-template/screens/Pagination.tsx b/examples/react-template/screens/Pagination.tsx index 3bb80669..cdc54e1d 100644 --- a/examples/react-template/screens/Pagination.tsx +++ b/examples/react-template/screens/Pagination.tsx @@ -13,6 +13,11 @@ export const PaginationScreen = (): JSX.Element => {
Pagination + console.log("event", e)} + count={50} + href={(page) => `?page=${page}`} + />
{ return ( -
+
Progress Bar @@ -57,7 +57,7 @@ export const ProgressScreen = (): JSX.Element => { - + 60 / 100 Go diff --git a/packages/react/components/box/Box.native.tsx b/packages/react/components/box/Box.native.tsx index f0d181f6..1a655f79 100644 --- a/packages/react/components/box/Box.native.tsx +++ b/packages/react/components/box/Box.native.tsx @@ -75,7 +75,7 @@ const Box = ({ skeleton: { width: "100%", minHeight: 50, - backgroundColor: getColorStyle(TrilogyColor.NEUTRAL_LIGHT, 0), + backgroundColor: getColorStyle(TrilogyColor.FADE_NEUTRAL), overflow: "hidden", borderRadius: boxRadius, }, diff --git a/packages/react/components/button/Button.stories.tsx b/packages/react/components/button/Button.stories.tsx index cd4007a2..233cec05 100644 --- a/packages/react/components/button/Button.stories.tsx +++ b/packages/react/components/button/Button.stories.tsx @@ -16,7 +16,7 @@ const TemplateMultiple: ComponentStory = (args) => (