fix: return RGBA values from getSystemColor (#30055)
This commit is contained in:
parent
36079b822a
commit
0cb5631b0b
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ std::string SystemPreferences::GetSystemColor(gin_helper::ErrorThrower thrower,
|
|||
return "";
|
||||
}
|
||||
|
||||
return ToRGBHex(skia::NSSystemColorToSkColor(sysColor));
|
||||
return ToRGBAHex(skia::NSSystemColorToSkColor(sysColor));
|
||||
}
|
||||
|
||||
bool SystemPreferences::CanPromptTouchID() {
|
||||
|
|
Loading…
Reference in a new issue