mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 05:34:39 +00:00
update start angle of identicon ring
This commit is contained in:
parent
f22d744732
commit
9010b1d585
@ -21,7 +21,7 @@ const Avatar = (props: Props) => {
|
||||
const identiconRing = useMemo(() => {
|
||||
if (colorHash) {
|
||||
const gradient = generateIdenticonRing(colorHash)
|
||||
return `conic-gradient(${gradient})`
|
||||
return `conic-gradient(from 90deg, ${gradient})`
|
||||
}
|
||||
}, [colorHash])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user