Getting white background in app instead of gradient
In index.css using: .text-gradient { background-color: #fff; background-clip: text; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); background-image: radial-gradient(at 4% 36%, hsla(0,0%,100%,1) 0, transparent 53%), radial-gradient(at 100% 60%, rgb(0, 0, 0) 0, transparent 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } but gradient is not showing, using black text to view fields.
which browser are you testing this on?
I am using chrome on ubuntu
can you share a github link to clone?
Hey, getting the same error. I think the index.css file is not getting read so the styles are not getting implemented...
I got the fix. Just replace "classname" with clas and you are good to go
so just "clas"