mirror of
https://github.com/bitwarden/android.git
synced 2026-08-30 17:33:42 -05:00
PM-17684: Update the cursor color throughout the app (#4643)
This commit is contained in:
+2
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user