Skip to content

Commit

Permalink
TextareaControl: Remove extra closing curly brace in `inputStyleNeutr…
Browse files Browse the repository at this point in the history
…al` (#59744)

Co-authored-by: SahilThakur02 <sahilthakur02@git.wordpress.org>
Co-authored-by: ajitbohra <ajitbohra@git.wordpress.org>
Co-authored-by: mirka <0mirka00@git.wordpress.org>
Co-authored-by: annaghi <annabansaghi@git.wordpress.org>
  • Loading branch information
5 people committed Mar 19, 2024
1 parent dbfed70 commit c104cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/utils/input/base.js
Expand Up @@ -14,7 +14,7 @@ export const inputStyleNeutral = css`
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: ${ CONFIG.radiusBlockUi };
border: ${ CONFIG.borderWidth } solid ${ COLORS.ui.border } };
border: ${ CONFIG.borderWidth } solid ${ COLORS.ui.border };
${ reduceMotion( 'transition' ) }
`;

Expand Down

0 comments on commit c104cc3

Please sign in to comment.