@@ -44,7 +44,6 @@ class PageSplash : PageBase() {
Box(
Modifier
.clip(RoundedCornerShape(20))
- .background(Main)
) {
Image(
painter = painterResource(R.mipmap.logo),