Syntax error: Extra closing curly brace in 'inputStyleNeutral' CSS component #59529
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Bug
An existing feature does not function as intended
[Type] Code Quality
Issues or PRs that relate to code quality
Description
The CSS
border
property incorrectly includes an extra closing curly brace.Incorrect syntax:
border: ${ CONFIG.borderWidth } solid ${ COLORS.ui.border } };
Correct syntax:
border: ${ CONFIG.borderWidth } solid ${ COLORS.ui.border };
Step-by-step reproduction instructions
Navigate to
packages/components/src/utils/input/base.js
and locate theinputStyleNeutral
component:Visit https://github.com/WordPress/gutenberg/blob/trunk/packages/components/src/utils/input/base.js#L17
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: