Skip to content

Commit

Permalink
fix: checkbox invalid message to match figma kit (#18057)
Browse files Browse the repository at this point in the history
* fix: checkbox invalid message to match figma kit

* fix: accessibility issue

* fix: test case

* fix: revert html structure

* fix: removed comments
  • Loading branch information
riddhybansal authored Nov 20, 2024
1 parent a968944 commit 3772ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
.#{$prefix}--checkbox__validation-msg {
display: none;
align-items: flex-start;
inline-size: 100%;
margin-block-start: $spacing-02;
}

Expand Down

0 comments on commit 3772ad2

Please sign in to comment.