feat: add transparency checking to nativeTheme
(#43024)
* feat: add transparency checking to nativeTheme
Refs 4684870
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
* chore: deprecate previous function
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
* chore: fix lint
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
202536da2f
commit
f8c640d386
8 changed files with 48 additions and 2 deletions
|
@ -105,4 +105,10 @@ describe('nativeTheme module', () => {
|
|||
expect(nativeTheme.inForcedColorsMode).to.be.a('boolean');
|
||||
});
|
||||
});
|
||||
|
||||
describe('nativeTheme.prefersReducesTransparency', () => {
|
||||
it('returns a boolean', () => {
|
||||
expect(nativeTheme.prefersReducedTransparency).to.be.a('boolean');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue