Skip to content

v2.1.4

Choose a tag to compare

@ovac ovac released this 17 Jul 04:25
· 1 commit to master since this release
31ea2c4

fix(theme): readable schema title color in dark mode

The dark Redoc theme hardcoded schema.typeTitleColor to #1d4ed8 (dark royal-blue), rendering schema/oneOf titles dark-blue on the dark background — unreadable. Now #bfdbfe, consistent with typeNameColor. Dark-mode only. (#61)