mirror of
https://github.com/status-im/status-web.git
synced 2025-01-20 17:39:09 +00:00
update start angle of identicon ring
This commit is contained in:
parent
08becf1b77
commit
a8f6b94ce2
@ -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