Skip to content

Commit

Permalink
Merge pull request #460 from WestpacGEL/454-design-system-docs-font-c…
Browse files Browse the repository at this point in the history
…olour

454 design system docs font colour
  • Loading branch information
samithaf authored Dec 6, 2023
2 parents c5c6e1f + e621104 commit f5f23c4
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 117 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"autoprefixer": "~10.4.14",
"eslint": "^8.29.0",
"eslint-config-next": "13.1.1",
"postcss": "~8.4.24",
"postcss": "~8.4.31",
"tailwind-variants": "~0.1.13",
"tailwindcss": "~3.3.2",
"typescript": "^5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/app/design-system/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function DesignSystemLayout({ children }: { children: React

return (
<>
<div className="flex min-h-screen flex-col">
<div className="flex min-h-screen flex-col text-text active-theme-stg:text-heading">
<SidebarContextProvider>
<Sidebar items={formattedItems} />
<div className="mb-8 flex flex-1 flex-col lg:ml-[18.75rem]">{children}</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"glob": "~10.3.3",
"jsdom": "^22.0.0",
"plop": "~3.1.2",
"postcss": "~8.4.24",
"postcss": "~8.4.31",
"postcss-cli": "~10.1.0",
"prettier": "^2.8.4",
"prop-types": "^15.8.1",
Expand All @@ -253,7 +253,7 @@
"tailwindcss-themer": "~3.1.0",
"ts-node": "~10.9.1",
"typescript": "^5.1.6",
"vite": "^4.3.4",
"vite": "^4.3.9",
"vitest": "^0.30.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f5f23c4

Please sign in to comment.