fix(profile): update identicon colors

pull/36646/head
Mrugesh Mohapatra 2019-08-20 13:18:18 +05:30 committed by mrugesh
parent 31e3d9b27e
commit 1348a5a037
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ function Camper({
// A lot of the user-profiles are still using the defunct service.
const avatar = /example.com|identicon.org/.test(picture) ? (
<Identicon
bg={'#006400'}
bg={'#858591'}
count={5}
fg={'#FCB900'}
fg={'#0A0A23'}
padding={5}
size={256}
string={username}