project_web3.0 icon indicating copy to clipboard operation
project_web3.0 copied to clipboard

Getting white background in app instead of gradient

Open Ash-dev-tech opened this issue 4 years ago • 6 comments

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.

Ash-dev-tech avatar Feb 20 '22 10:02 Ash-dev-tech

which browser are you testing this on?

ameetmadan avatar Feb 25 '22 16:02 ameetmadan

I am using chrome on ubuntu

Ash-dev-tech avatar Feb 28 '22 06:02 Ash-dev-tech

can you share a github link to clone?

ameetmadan avatar Feb 28 '22 15:02 ameetmadan

Hey, getting the same error. I think the index.css file is not getting read so the styles are not getting implemented...

IMPranshu avatar Mar 13 '22 14:03 IMPranshu

I got the fix. Just replace "classname" with clas and you are good to go

IMPranshu avatar Mar 13 '22 14:03 IMPranshu

so just "clas"

G-TipSolutions avatar Mar 26 '22 14:03 G-TipSolutions