Skip to content

Commit

Permalink
Read Me
Browse files Browse the repository at this point in the history
  • Loading branch information
Ade94 committed Feb 21, 2020
1 parent 1b51b0e commit b6a5ad2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ If the default status (success, error, warn) are not enough or not to your taste
message: "Hello Testing"
});
```
The defualt statuses are still available along with your custom ones

The defualt statuses are still available along with your custom ones but you can also overide the color of the default statuses by adding it to the statuses array
```javascript
{
name: 'error',
color: 'black'
}
```

0 comments on commit b6a5ad2

Please sign in to comment.