fix: falsy transparent shouldn't affect webContents background (#36914)

This commit is contained in:
David Sanders 2023-05-02 14:44:34 -07:00 committed by GitHub
parent d95f9d2c63
commit a26343f3e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 65 additions and 15 deletions

View file

@ -8,7 +8,8 @@ export enum HexColors {
GREEN = '#00b140',
PURPLE = '#6a0dad',
RED = '#ff0000',
BLUE = '#0000ff'
BLUE = '#0000ff',
WHITE = '#ffffff'
};
/**