Skip to content

Commit

Permalink
Switch Steam file size badge to informational color (#7722)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB authored Mar 13, 2022
1 parent aa9f7fe commit 0d6873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/steam/steam-workshop.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class SteamFileSize extends SteamFileService {
}

static render({ fileSize }) {
return { message: prettyBytes(fileSize), color: 'brightgreen' }
return { message: prettyBytes(fileSize), color: 'informational' }
}

async onRequest({ response }) {
Expand Down

0 comments on commit 0d6873b

Please sign in to comment.