When using the "View Schemas" functionality, the output is barely readable and does not respect accessibility colors.
The exact hex codes sampled from the UI are #A143E7 for the vibrant purple header background and #000000 for the dark text on top. These colors yield an exact contrast ratio of 4.47:1, which falls short of the WCAG AA minimum required standard of 4.5:1 for standard text, making it officially non-compliant and difficult to read.
Expected behavior: The schema view should use colors that meet WCAG AA contrast requirements (minimum 4.5:1 for standard text).
When using the "View Schemas" functionality, the output is barely readable and does not respect accessibility colors.
The exact hex codes sampled from the UI are
#A143E7for the vibrant purple header background and#000000for the dark text on top. These colors yield an exact contrast ratio of 4.47:1, which falls short of the WCAG AA minimum required standard of 4.5:1 for standard text, making it officially non-compliant and difficult to read.Expected behavior: The schema view should use colors that meet WCAG AA contrast requirements (minimum 4.5:1 for standard text).