You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the file node_modules/tui-image-editor/dist/tui-image-editor.css, there is a typo: backbround-color instead of background-color. This causes styling issues.
To Reproduce
Check the CSS file in the installed package.
Expected behavior
The correct spelling should be background-color.
Actual Behavior
The file currently contains backbround-color, which is incorrect.
Suggested Fix
Replace backbround-color with background-color in the source file.