File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/activity Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import to.bitkit.ui.activityListViewModel
2626import to.bitkit.ui.appViewModel
2727import to.bitkit.ui.components.PrimaryButton
2828import to.bitkit.ui.components.SecondaryButton
29+ import to.bitkit.ui.shared.util.gradientBackground
2930import to.bitkit.ui.theme.AppThemeSurface
3031import to.bitkit.ui.theme.Colors
3132
@@ -64,6 +65,7 @@ private fun DateRangeSelectorSheetContent(
6465 modifier = Modifier
6566 .fillMaxWidth()
6667 .fillMaxHeight(.775f )
68+ .gradientBackground()
6769 .navigationBarsPadding()
6870 .padding(horizontal = 16 .dp)
6971 ) {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import to.bitkit.ui.components.PrimaryButton
2929import to.bitkit.ui.components.SecondaryButton
3030import to.bitkit.ui.components.TagButton
3131import to.bitkit.ui.scaffold.SheetTopBar
32+ import to.bitkit.ui.shared.util.gradientBackground
3233import to.bitkit.ui.theme.AppThemeSurface
3334
3435@OptIn(ExperimentalLayoutApi ::class )
@@ -66,6 +67,7 @@ private fun TagSelectorSheetContent(
6667 modifier = Modifier
6768 .fillMaxWidth()
6869 .fillMaxHeight(.5f )
70+ .gradientBackground()
6971 .navigationBarsPadding()
7072 .padding(horizontal = 16 .dp)
7173 ) {
You can’t perform that action at this time.
0 commit comments