Skip to content

Commit c9522d6

Browse files
committed
final feedback
1 parent 2af5d15 commit c9522d6

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/site/eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default [
1414
...nextPlugin.configs.recommended.rules,
1515
...nextPlugin.configs['core-web-vitals'].rules,
1616
'@next/next/no-img-element': 'off',
17-
'import/extensions': 'off',
1817
},
1918
},
2019
]

packages/theme/components/layout/code-block/ReactCodeBlock.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const COLLAPSE_HEIGHT = 400 // TODO: Hoist this to config to make user customiza
1818
type ReactCodeBlockProps = {
1919
'data-language': string
2020
'data-filename'?: string
21-
code?: string
2221
jsxScope: Record<string, unknown>
2322
} & PropsWithChildren<HTMLElement>
2423

packages/theme/css/prose.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172

173173
.Prose a:not(:global(.custom-component) a),
174174
.Prose a:-webkit-any-link:not(:global(.custom-component) a:-webkit-any-link) {
175+
--fgColor-accent: var(--brand-InlineLink-color-rest);
175176
color: var(--brand-InlineLink-color-rest);
176177
text-decoration: underline;
177178
}

0 commit comments

Comments
 (0)