Member Junction
    Preparing search index...

    Full report across both user modes. passes is true only if every pair passes.

    interface ContrastReport {
        dark: ContrastCheck[];
        light: ContrastCheck[];
        passes: boolean;
    }
    Index

    Properties

    Properties

    light: ContrastCheck[]
    passes: boolean