Default badge color changed

This commit is contained in:
nobody 2021-10-05 06:21:36 +02:00
parent c13cdb3bbb
commit 508eaf55c9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const BadgeSetting = {
'BADGED_TEXT_COLOR': 'badged-text-color',
'RESTORE_BACKGROUND_COLOR': 'restore-background-color',
'RESTORE_TEXT_COLOR': 'restore-text-color',
'HEX_BACKGROUND_COLOR': '#4A826C',
'HEX_BACKGROUND_COLOR': '#666666',
'HEX_TEXT_COLOR': '#FFFFFF',
};