small typo

This commit is contained in:
Alireza Ahmadi
2023-11-15 00:34:10 +01:00
parent a88044500e
commit fb8f27ad49
2 changed files with 3 additions and 3 deletions

View File

@@ -117,9 +117,9 @@ function clientUsageColor(clientStats, trafficDiff) {
case clientStats.up + clientStats.down < clientStats.total - trafficDiff:
return "#0e49b5";
case clientStats.up + clientStats.down < clientStats.total:
return "#FFA031";
return "#ffa031";
default:
return "#E04141";
return "#e04141";
}
}

View File

@@ -135,7 +135,7 @@
[[ remainedDays(client.expiryTime) ]]
</a-tag>
</a-popover>
<a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: 0;" class="infinite-tag">&infin;</a-tag>
<a-tag v-else :color="userExpiryColor(app.expireDiff, client, themeSwitcher.isDarkTheme)" style="border: none;" class="infinite-tag">&infin;</a-tag>
</template>
</template>
<template slot="actionMenu" slot-scope="text, client, index">