#Apply custom color on avatar component
5 messages · Page 1 of 1 (latest)
<Avatar color="#4407ab">{sessionStorage.getItem("name")[0]}</Avatar>
I used this however the color is coming out to be light blue (the default color)
use styles API instead of color
https://codesandbox.io/s/crazy-david-gsh85w?file=/src/App.tsx