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
Currently, the Transfer component does not support direct customization of the search input field styles, such as text color in dark mode. Adding support for the listStyle parameter or an equivalent would allow users to pass custom styles to the search input field and related elements.
Proposed Solution:
Add a listStyle parameter to the transfer function.
Ensure the parameter is correctly passed to the underlying Ant Design Transfer component.
Example Usage:
transfer(..., listStyle={'color': 'white'})
Benefits:
Improved flexibility for UI customization.
Better adaptability to different themes, especially in dark mode.
Description:
Currently, the Transfer component does not support direct customization of the search input field styles, such as text color in dark mode. Adding support for the listStyle parameter or an equivalent would allow users to pass custom styles to the search input field and related elements.
Proposed Solution:
Add a listStyle parameter to the transfer function.
Ensure the parameter is correctly passed to the underlying Ant Design Transfer component.
Example Usage:
transfer(..., listStyle={'color': 'white'})
Benefits:
Improved flexibility for UI customization.
Better adaptability to different themes, especially in dark mode.
Reference:
Ant Design - Transfer Documentation
Thank you for maintaining this excellent library! 🚀😊
The text was updated successfully, but these errors were encountered: