Skip to content

Commit 3daede1

Browse files
committed
Replace remaining hardcoded LightGray with theme color
1 parent 9cc05ea commit 3daede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/loan/src/commonMain/kotlin/com/mifos/feature/loan/loanRepaymentSchedule/LoanRepaymentScheduleScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private fun LoanRepaymentScheduleContent(
159159
.toString(),
160160
modifier = Modifier
161161
.align(Alignment.BottomStart)
162-
.background(color = Color.LightGray),
162+
.background(color = MaterialTheme.colorScheme.surfaceVariant),
163163
)
164164
}
165165
}

0 commit comments

Comments
 (0)