Skip to content

Commit 238a569

Browse files
fix: hcm for PasswordInput
- fixed hcm style for PasswordInput Contributes-to: #19183 Signed-off-by: Mariya George [email protected]
1 parent 499ab0d commit 238a569

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,15 @@
18661866
"contributions": [
18671867
"code"
18681868
]
1869+
},
1870+
{
1871+
"login": "mariyageorge01",
1872+
"name": "Mariya George",
1873+
"avatar_url": "https://avatars.githubusercontent.com/u/166684108?v=4",
1874+
"profile": "https://github.com/mariyageorge01",
1875+
"contributions": [
1876+
"code"
1877+
]
18691878
}
18701879
],
18711880
"commitConvention": "none"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
338338
<td align="center"><a href="https://github.com/vcherneny"><img src="https://avatars.githubusercontent.com/u/11604315?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vlad Cherneny</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=vcherneny" title="Code">💻</a></td>
339339
<td align="center"><a href="https://github.com/murito"><img src="https://avatars.githubusercontent.com/u/2628140?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Francisco Alcalá</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=murito" title="Code">💻</a></td>
340340
<td align="center"><a href="https://www.linkedin.com/in/sujithcs"><img src="https://avatars.githubusercontent.com/u/43125517?v=4?s=100" width="100px;" alt=""/><br /><sub><b>SUJITH C S</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Code-Suji" title="Code">💻</a></td>
341+
<td align="center"><a href="https://github.com/mariyageorge01"><img src="https://avatars.githubusercontent.com/u/166684108?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mariya George</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=mariyageorge01" title="Code">💻</a></td>
341342
</tr>
342343
</table>
343344

packages/styles/scss/components/text-input/_text-input.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
.#{$prefix}--btn.#{$prefix}--text-input--password__visibility__toggle.#{$prefix}--tooltip__trigger:focus
173173
svg {
174174
fill: $icon-primary;
175+
176+
@include high-contrast-mode('icon-fill');
175177
}
176178

177179
.#{$prefix}--text-input--invalid,

0 commit comments

Comments
 (0)