You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: android-design-system/design-system/src/main/java/com/duckduckgo/common/ui/compose/textfield/DaxSecureTextField.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ internal fun DaxSecureTextField(
260
260
DaxText(
261
261
text = error,
262
262
style =DuckDuckGoTheme.typography.caption,
263
-
color =DuckDuckGoTheme.colors.destructive,
263
+
color =DuckDuckGoTheme.textColors.destructive,
264
264
)
265
265
}
266
266
} else {
@@ -469,7 +469,7 @@ private fun DaxSecureTextFieldPreviewBox(
Copy file name to clipboardExpand all lines: android-design-system/design-system/src/main/java/com/duckduckgo/common/ui/compose/textfield/DaxTextField.kt
0 commit comments