-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
componentAdding or updating componentsAdding or updating componentsfeatureimprovementNew feature or requestNew feature or requeststylingStylingStyling
Description
The current styling looks like this:
I think it would be nice to give the delete option a bit more styling, for example to make it red. Github has something similiar:
Solution
- Add a new prop to the
MenuItemcomponent that allows you to select a pre-definedstyle(check theButtonciomponent for examples on this) - Styles can be one of the following (for example):
default,error,success - Usage would be something like this:
<MenuItem style="error" {..} > // No style provided, so we simply use the `default` styling <MenuItem {..} >
Metadata
Metadata
Assignees
Labels
componentAdding or updating componentsAdding or updating componentsfeatureimprovementNew feature or requestNew feature or requeststylingStylingStyling

