Files
life-echo/app-expo/src/components/animated-icon.module.css

7 lines
143 B
CSS
Raw Normal View History

.expoLogoBackground {
background-image: linear-gradient(180deg, #3c9ffe, #0274df);
border-radius: 40px;
width: 128px;
height: 128px;
}