Snapshot button select, and text scaling.

This commit is contained in:
Robin Davies
2024-10-12 05:33:45 -04:00
parent b0107d4490
commit 8755f849dd
3 changed files with 36 additions and 9 deletions
+2 -2
View File
@@ -342,9 +342,9 @@ export function getBorderColor(colorKey: string): string {
if (darkMode) {
if (colorKey === "grey" || colorKey === "yellow")
{
return list[700];
return list[300];
}
return list[500];
return list[200];
} else {
if (colorKey === "grey")
{