-
-
Notifications
You must be signed in to change notification settings - Fork 92
Description
What version of FlyonUI are you using?
2.4.1
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
Describe your issue
There is a design inconsistency between the themes regarding the Checkmark and Toggle components. Currently, the "Light" and "Dark" mode uses square corners, while the "Black" and some other themes uses rounded corners. This creates a jarring visual jump when a user switches between themes.
Could you please unify these styles? Specifically, I would like to use square corners for both the Checkmark and Toggle components across all themes. For now I am gonna use some custom css but please fix this.
Additionally, could you provide the exact import names for these components? The doc says to import like <script src="../node_modules/flyonui/dist/accordion.js"></script> But I don't see how do I import context-menu or drawer. If each component also serve this info what to import then it will be very helpful.