Skip to content

Commit b1cc5e3

Browse files
committed
Fix unfocused text field color.
1 parent c1cf132 commit b1cc5e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/components/PickerBottomSheet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ internal fun AddConnection(
506506
unfocusedIndicatorColor = colorScheme.hintTextColor,
507507
unfocusedLabelColor = colorScheme.hintTextColor,
508508
unfocusedContainerColor = Color.Transparent,
509-
unfocusedTextColor = colorScheme.secondary,
509+
unfocusedTextColor = colorScheme.onSecondary,
510510
cursorColor = colorScheme.tertiary,
511511
),
512512
)
@@ -528,7 +528,7 @@ internal fun AddConnection(
528528
unfocusedIndicatorColor = colorScheme.hintTextColor,
529529
unfocusedLabelColor = colorScheme.hintTextColor,
530530
unfocusedContainerColor = Color.Transparent,
531-
unfocusedTextColor = colorScheme.secondary,
531+
unfocusedTextColor = colorScheme.onSecondary,
532532
cursorColor = colorScheme.tertiary,
533533
),
534534
)

0 commit comments

Comments
 (0)