fix: falsy transparent shouldn't affect webContents background (#36914)
This commit is contained in:
parent
d95f9d2c63
commit
a26343f3e0
5 changed files with 65 additions and 15 deletions
|
@ -8,7 +8,8 @@ export enum HexColors {
|
|||
GREEN = '#00b140',
|
||||
PURPLE = '#6a0dad',
|
||||
RED = '#ff0000',
|
||||
BLUE = '#0000ff'
|
||||
BLUE = '#0000ff',
|
||||
WHITE = '#ffffff'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue