Skip to content

Commit 5f9b272

Browse files
Merge pull request #1710 from PrakashDurlabhji/issue_1519
issue_1519 fixed
2 parents e540f95 + 79d8ad3 commit 5f9b272

File tree

1 file changed

+14
-2
lines changed
  • src/shared/components/Settings/Profile/BasicInfo

1 file changed

+14
-2
lines changed

src/shared/components/Settings/Profile/BasicInfo/styles.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@
8282
border: 1px solid $tc-gray-20;
8383
border-radius: $corner-radius * 2 $corner-radius * 2 $corner-radius * 2 $corner-radius * 2;
8484
margin-bottom: 0;
85+
86+
@include placeholder {
87+
text-transform: capitalize;
88+
}
8589
}
8690

8791
textarea {
8892
@include placeholder {
89-
text-transform: uppercase;
93+
text-transform: capitalize;
9094
}
9195
}
9296

@@ -279,11 +283,15 @@
279283
@include upto-sm {
280284
margin-top: 5px;
281285
}
286+
287+
@include placeholder {
288+
text-transform: capitalize;
289+
}
282290
}
283291

284292
textarea {
285293
@include placeholder {
286-
text-transform: uppercase;
294+
text-transform: capitalize;
287295
}
288296
}
289297

@@ -451,6 +459,10 @@
451459

452460
div[class="Select-input"] {
453461
height: 38px;
462+
463+
@include placeholder {
464+
text-transform: capitalize;
465+
}
454466
}
455467

456468
div[class="Select-placeholder"] {

0 commit comments

Comments
 (0)