Skip to content

Commit

Permalink
Merge pull request #68 from mobinjafari/Dashboard-Design
Browse files Browse the repository at this point in the history
DashBoard Color removed
  • Loading branch information
mobinjafari authored Jun 30, 2023
2 parents 4f2821a + e372e2c commit 3df4c2b
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ fun DashboardScreen(
val coroutineScope = rememberCoroutineScope()
val craneScreenValues = CraneScreen.values()

Box {

GradientAnimation( modifier = Modifier
.width(configuration.screenWidthDp.dp+20.dp)
.height((configuration.screenHeightDp.dp/3)*4))



Expand Down Expand Up @@ -199,7 +194,7 @@ fun DashboardScreen(
headerHeight = 250.dp

)
}




Expand Down

0 comments on commit 3df4c2b

Please sign in to comment.