Skip to content

Commit

Permalink
Merge pull request #134 from tarkalabs/nilesh/tuiinputfield/ui-issue
Browse files Browse the repository at this point in the history
Fixed TUIInputField Ui issue
  • Loading branch information
rajajawahar authored Nov 3, 2023
2 parents d6a82ba + 8a896d7 commit 928c1ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions tarkaui/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@file:Suppress("UnstableApiUsage")

import java.util.*

plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
Expand Down Expand Up @@ -66,7 +64,7 @@ publishing {
run {
groupId = "com.tarkalabs"
artifactId = getLibraryArtifactId()
version = "0.52-alpha"
version = "0.53-alpha"
artifact("$buildDir/outputs/aar/${getLibraryArtifactId()}-release.aar")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ sealed class TUIInputFieldContentType {
val labelLambda: @Composable () -> Unit = {
if (label != null) Text(
text = label,
style = TUITheme.typography.body8,
modifier = Modifier.testTag(testTags.labelTag)
)
}
Expand Down

0 comments on commit 928c1ae

Please sign in to comment.