Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the Banner component by adding support for custom styling through a className prop. The main purpose is to allow consumers to override or extend the default styles, particularly to address the use case of removing the default margin.
Key Changes:
- Added optional
classNameprop to Banner component - Implemented
twMergeto properly merge custom classes with default styles
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Visit the preview URL for this PR (updated for commit 1257fbc): |
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
My use case is that I want to remove the margin.