PM-17684: Update the cursor color throughout the app (#4643)

This commit is contained in:
David Perez
2025-01-28 22:17:30 +00:00
committed by GitHub
parent d9ac445149
commit 2eca28d571
@@ -48,8 +48,8 @@ fun bitwardenTextFieldColors(
unfocusedContainerColor = Color.Transparent,
disabledContainerColor = Color.Transparent,
errorContainerColor = Color.Transparent,
cursorColor = BitwardenTheme.colorScheme.icon.primary,
errorCursorColor = BitwardenTheme.colorScheme.icon.primary,
cursorColor = BitwardenTheme.colorScheme.text.interaction,
errorCursorColor = BitwardenTheme.colorScheme.text.interaction,
textSelectionColors = TextSelectionColors(
handleColor = BitwardenTheme.colorScheme.stroke.border,
backgroundColor = BitwardenTheme.colorScheme.stroke.border.copy(alpha = 0.4f),