8000 Feature Request: Support a border radius prop fro the crop selection area · Issue #607 · dominictobias/react-image-crop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Feature Request: Support a border radius prop fro the crop selection area #607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zackcon opened this issue Nov 12, 2024 · 1 comment
Open

Comments

@zackcon
Copy link
zackcon commented Nov 12, 2024

Would be great to add some border radius to create a rounded squared on the crop selection area, similar to the circularCrop prop.

@sample-tayo
Copy link

you can just target it directly from your global css file like this

.ReactCrop__crop-selection {
border: 4px solid #e4572e !important;
animation: none !important;
background-image: none !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
2A27
0