Skip to content

Commit

Permalink
Remove unnecessary import and fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Sep 12, 2024
1 parent 5c97e88 commit d0d06c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ fun WooPosButton(
onClick = onClick,
shape = RoundedCornerShape(8.dp),
enabled = enabled,
elevation = ButtonDefaults.elevation(
defaultElevation = 0.dp,
pressedElevation = 0.dp,
focusedElevation = 0.dp,
hoveredElevation = 0.dp,
disabledElevation = 0.dp
),
modifier = modifier
.fillMaxWidth()
.height(72.dp),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.foundation.verticalScroll
import androidx.compose.material.Card
import androidx.compose.material.ContentAlpha
import androidx.compose.material.ExperimentalMaterialApi
import androidx.compose.material.Icon
Expand Down

0 comments on commit d0d06c8

Please sign in to comment.