diff --git a/packages/apps/docs/src/components/BottomPageSection/BottomPageSection.tsx b/packages/apps/docs/src/components/BottomPageSection/BottomPageSection.tsx index 2c89e773ba..1d042a7411 100644 --- a/packages/apps/docs/src/components/BottomPageSection/BottomPageSection.tsx +++ b/packages/apps/docs/src/components/BottomPageSection/BottomPageSection.tsx @@ -6,7 +6,6 @@ import Link from 'next/link'; import type { FC } from 'react'; import React from 'react'; import { PageHelpful } from '../PageHelpful/PageHelpful'; -import { EditPage } from './components/EditPage'; import { Subscribe } from './components/Subscribe'; import { bottomWrapperClass, @@ -21,7 +20,6 @@ interface IProps { } export const BottomPageSection: FC = ({ - editLink, navigation, layout = 'default', }) => { @@ -45,11 +43,8 @@ export const BottomPageSection: FC = ({ return (
- - - - - + + = ({ } href={navigation?.previous.root} > - previous: -
{navigation?.previous.title} )} @@ -72,8 +65,6 @@ export const BottomPageSection: FC = ({ onClick={() => onClickAction('next', navigation?.next?.root)} href={navigation?.next.root} > - next: -
{navigation?.next.title} )} @@ -88,7 +79,7 @@ export const BottomPageSection: FC = ({ width="100%" gap={{ xs: 'xl', lg: 'xs' }} > - +
diff --git a/packages/apps/docs/src/components/DocsCard/styles.css.ts b/packages/apps/docs/src/components/DocsCard/styles.css.ts index ee8fa9a8ce..e9d10e24e4 100644 --- a/packages/apps/docs/src/components/DocsCard/styles.css.ts +++ b/packages/apps/docs/src/components/DocsCard/styles.css.ts @@ -29,7 +29,7 @@ export const cardClass = style([ }), { transition: 'all .3s ease', - backgroundColor: tokens.kda.foundation.color.palette.blue.n1, + backgroundColor: tokens.kda.foundation.color.neutral.n1, color: tokens.kda.foundation.color.text.base.default, }, ]); diff --git a/packages/apps/docs/src/components/Layout/Full/Full.tsx b/packages/apps/docs/src/components/Layout/Full/Full.tsx index 81d0d0e1e8..c4828a126e 100644 --- a/packages/apps/docs/src/components/Layout/Full/Full.tsx +++ b/packages/apps/docs/src/components/Layout/Full/Full.tsx @@ -88,10 +88,7 @@ export const Full: FC = ({ editLink={frontmatter.editLink} /> {children} - +