style: updated custom css class to match textInput component's

This commit is contained in:
utin-francis-peter
2024-06-29 18:55:10 +01:00
parent 2985e3b75b
commit 937c60c9cf

View File

@@ -413,7 +413,7 @@ template {
bottom: env(safe-area-inset-bottom, 0);
}
.inputbox-style[contenteditable] {
.text-input {
padding-left: 36px;
padding-right: 36px;
}