Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Tabular Loan UI added #3539

Merged
merged 15 commits into from
Sep 18, 2024
Prev Previous commit
Next Next commit
TabularLoanBottomBar Tab Selection Color Update
shamim-emon committed Sep 18, 2024

Verified

This commit was signed with the committer’s verified signature.
rohit1901 Rohit Khanduri
commit 37678a894c69c8096aee39cfee1fa7e1537b1fd9
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ import com.ivy.ui.R
import com.ivy.wallet.ui.theme.Blue
import com.ivy.wallet.ui.theme.GradientPurple
import com.ivy.wallet.ui.theme.Green
import com.ivy.wallet.ui.theme.Purple
import com.ivy.wallet.ui.theme.Red
import com.ivy.wallet.ui.theme.White
import com.ivy.wallet.ui.theme.components.IvyCircleButton
@@ -65,7 +66,7 @@ internal fun BoxWithConstraintsScope.TabularLoanBottomBar(
icon = R.drawable.ic_custom_loan_s,
name = "Pending",
selected = tab == LoanTab.PENDING,
selectedColor = Red
selectedColor = Purple
) {
selectTab(LoanTab.PENDING)
}
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ val Transparent = Color(0x00000000)
val GradientRed = Gradient(Red, Color(0xFFFF99AB))

val GradientPurple = Gradient(Purple, Color(0xFFFF99AB))

@Deprecated("Old design system. Use `:ivy-design` and Material3")
val GradientGreen = Gradient(Green, Color(0xFF49F2C8))