Skip to content

Commit 7460b9b

Browse files
authored
Use same chevron on index (#2924)
1 parent 22b97f9 commit 7460b9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/output/themes/default/partials/icon.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export interface Icons extends Record<ReflectionKind, () => JSX.Element> {
6161
checkbox(): JSX.Element;
6262
menu(): JSX.Element;
6363
search(): JSX.Element;
64+
/** @deprecated */
6465
chevronSmall(): JSX.Element;
6566
anchor(): JSX.Element;
6667
folder(): JSX.Element;

src/lib/output/themes/default/partials/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function index(context: DefaultThemeRenderContext, props: ContainerReflec
4545
<section class="tsd-panel tsd-index-panel">
4646
<details class="tsd-index-content tsd-accordion" open={true}>
4747
<summary class="tsd-accordion-summary tsd-index-summary">
48-
{context.icons.chevronSmall()}
48+
{context.icons.chevronDown()}
4949
<h5 class="tsd-index-heading uppercase">
5050
{i18n.theme_index()}
5151
</h5>

0 commit comments

Comments
 (0)