Skip to content

Commit

Permalink
Merge pull request #220 from tarkalabs/priya/bug/6970
Browse files Browse the repository at this point in the history
verticalAlignment changed in TUIEmailField.kt
  • Loading branch information
rajajawahar authored Apr 2, 2024
2 parents 8355bce + 39b5ba7 commit e3d663a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ TarkaUI Kit is a versatile Design Library built on top of Jetpack Compose, based
To integrate TarkaUi Kit and Tarka Icons into your Android project, add the following dependencies in your app-level `build.gradle` file:

```kotlin

implementation("com.tarkalabs:tarkaui:1.1.0")


```

## License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ import kotlinx.coroutines.launch
Row(
modifier = Modifier
.fillMaxWidth(),
verticalAlignment = Alignment.CenterVertically,
verticalAlignment = Alignment.Top,
) {
Text(
text = title,
Expand Down

0 comments on commit e3d663a

Please sign in to comment.