File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ fun SuggestionCard(
8080 if (isDismissible || disableGlow) {
8181 Modifier .gradientLinearBackground(gradientColor)
8282 } else {
83-
8483 val (shadowColor, borderColor, gradientSelectedColor) = when (gradientColor) {
8584 Colors .Purple24 -> Triple (
8685 Color (130 , 65 , 175 ),
@@ -155,7 +154,6 @@ fun SuggestionCard(
155154 }
156155}
157156
158-
159157@Preview(showSystemUi = true )
160158@Composable
161159private fun Preview () {
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ import to.bitkit.viewmodels.AppViewModel
116116import to.bitkit.viewmodels.MainUiState
117117import to.bitkit.viewmodels.SettingsViewModel
118118import to.bitkit.viewmodels.WalletViewModel
119- import kotlin.time.Duration.Companion.seconds
120119
121120@Composable
122121fun HomeScreen (
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import androidx.compose.ui.graphics.Brush
1515import androidx.compose.ui.graphics.Color
1616import androidx.compose.ui.graphics.graphicsLayer
1717import androidx.compose.ui.input.pointer.pointerInput
18- import androidx.compose.ui.unit.dp
1918import to.bitkit.ui.theme.Colors
2019
2120/* *
You can’t perform that action at this time.
0 commit comments