Skip to content

Commit

Permalink
fix: add dark mode color for output types title
Browse files Browse the repository at this point in the history
  • Loading branch information
sametpalitci committed Mar 17, 2024
1 parent 8513e98 commit 8512ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/apitypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TypesGenerator implements Generatable<TypesGeneratorStructure> {
</div>
</div>
<div class="ml-4">
<h3 class="mb-2 text-2xl font-normal" id="output-types">Output Types</h3>
<h3 class="mb-2 text-2xl font-normal dark:text-white" id="output-types">Output Types</h3>
<div class="ml-4">
${this.data.outputTypes
.map((outputType) => this.getTypeHTML(outputType, 'outputType'))
Expand Down

0 comments on commit 8512ebd

Please sign in to comment.