small color fixes

This commit is contained in:
Alireza Ahmadi
2023-12-08 11:19:22 +01:00
parent 046be5dd0f
commit fd82e701b6
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ function userExpiryColor(threshold, client, isDark = false) {
case now < expiry - threshold:
return "#0e49b5";
case now < expiry:
return "#ffa031";
return "#f37b24";
default:
return "#e04141";
}