fix(profile): update identicon colors
This commit is contained in:
committed by
mrugesh
parent
31e3d9b27e
commit
1348a5a037
@ -65,9 +65,9 @@ function Camper({
|
|||||||
// A lot of the user-profiles are still using the defunct service.
|
// A lot of the user-profiles are still using the defunct service.
|
||||||
const avatar = /example.com|identicon.org/.test(picture) ? (
|
const avatar = /example.com|identicon.org/.test(picture) ? (
|
||||||
<Identicon
|
<Identicon
|
||||||
bg={'#006400'}
|
bg={'#858591'}
|
||||||
count={5}
|
count={5}
|
||||||
fg={'#FCB900'}
|
fg={'#0A0A23'}
|
||||||
padding={5}
|
padding={5}
|
||||||
size={256}
|
size={256}
|
||||||
string={username}
|
string={username}
|
||||||
|
Reference in New Issue
Block a user