Memory hardening for AlsaDriver.

This commit is contained in:
Robin Davies
2024-10-05 02:14:58 -04:00
parent 46669cfda9
commit 9d4cc6e978
22 changed files with 1137 additions and 409 deletions
+2 -2
View File
@@ -348,9 +348,9 @@ export function getBorderColor(colorKey: string): string {
} else {
if (colorKey === "grey")
{
return list[300];
return list[500];
}
return list[200];
return list[400];
}
}