Skip to content

Commit

Permalink
fix(ui): fix textarea accessibility violation (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
angsherpa456 committed Feb 21, 2024
1 parent a7311e5 commit 6f7adbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-library/src/components/counter/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const { tokenizedLight: counterLight, tokenizedDark: counterDark } = rend
outline-color: ${Counter.Container.BorderColor.Neutral};
outline-style: solid;
white-space: nowrap;
display: initial;
&.sm {
padding: ${Counter.Container.Padding.SM};
Expand Down

0 comments on commit 6f7adbf

Please sign in to comment.