mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
Revert unintentional change
This commit is contained in:
committed by
David Perez
parent
6da8e2c47b
commit
aba8344df1
@@ -206,7 +206,7 @@ fun BitwardenTextField(
|
||||
label: String?,
|
||||
value: String,
|
||||
onValueChange: (String) -> Unit,
|
||||
supportingContent: @Composable (ColumnScope.() -> Unit)?,
|
||||
supportingContent: (@Composable ColumnScope.() -> Unit)?,
|
||||
cardStyle: CardStyle?,
|
||||
modifier: Modifier = Modifier,
|
||||
tooltip: TooltipData? = null,
|
||||
|
||||
Reference in New Issue
Block a user