Skip to content

Commit

Permalink
Bump Doctocat to v2.0.0 (#257)
Browse files Browse the repository at this point in the history
* Bump doctocat to v2

* Update color variables
  • Loading branch information
colebemis authored Oct 14, 2021
1 parent 841828b commit d5b7e3c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 242 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier": "@github/prettier-config",
"dependencies": {
"@github/prettier-config": "^0.0.4",
"@primer/gatsby-theme-doctocat": "^1.7.0",
"@primer/gatsby-theme-doctocat": "^2.0.0",
"color2k": "^1.2.4",
"filter-obj": "^2.0.2",
"flat": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/color-theme-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function ColorThemePicker() {
key={key}
sx={{
border: '1px solid',
borderColor: key === colorTheme ? 'blue.5' : 'border.gray',
borderColor: key === colorTheme ? 'accent.fg' : 'border.default',
borderRadius: 2,
overflow: 'hidden'
}}
Expand Down Expand Up @@ -48,7 +48,7 @@ function ColorThemePreview({colorTheme}) {
display: 'flex',
p: 3,
borderBottom: '1px solid',
borderColor: 'border.gray',
borderColor: 'border.default',
justifyContent: 'center'
}}
>
Expand Down
Loading

1 comment on commit d5b7e3c

@vercel
Copy link

@vercel vercel bot commented on d5b7e3c Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.