Skip to content

Commit

Permalink
Merge pull request #1108 from gaurav133/fix_cursor_1102
Browse files Browse the repository at this point in the history
Cursor Position is black and cannot be seen with the background. Chan…
  • Loading branch information
EngrTaofeek authored Feb 13, 2024
2 parents a87bc56 + ec49916 commit b22e93e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import androidx.compose.ui.focus.onFocusChanged
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.unit.dp
import org.greenstand.android.TreeTracker.theme.CustomTheme

@Composable
fun BorderedTextField(
Expand Down Expand Up @@ -72,6 +73,7 @@ fun BorderedTextField(
textColor = Color.White,
focusedIndicatorColor = Color.Transparent,
backgroundColor = MaterialTheme.colors.primary,
cursorColor = CustomTheme.textColors.lightText
),
keyboardOptions = keyboardOptions,
keyboardActions = keyboardActions
Expand Down

0 comments on commit b22e93e

Please sign in to comment.