mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
small color fixes
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user