Skip to content

Commit

Permalink
Update class name
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Oct 29, 2024
1 parent 247e0a5 commit f896b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fields/src/fields/password/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function PasswordEdit( {
<VStack
as="fieldset"
spacing={ 4 }
className="dataviews-controls__password"
className="fields-controls__password"
>
{ ! hideLabelFromVision && (
<BaseControl.VisualLabel as="legend">
Expand All @@ -55,7 +55,7 @@ function PasswordEdit( {
onChange={ handleTogglePassword }
/>
{ showPassword && (
<div className="editor-change-status__password-input">
<div className="fields-controls__password-input">
<TextControl
label={ __( 'Password' ) }
onChange={ ( value ) =>
Expand Down

0 comments on commit f896b7b

Please sign in to comment.