# Alert
| Prop | Data type | Required? | Default | Description |
| ------- | -------------------------------------------------- | --------- | ----------- | -------------------------------- |
| `color` | `blue` \| `red` \| `purple` \| `green` \| `yellow` | No | `secondary` | The color of the alert container |
## Alert colors
Funkwhale alerts support a range of pastel colors for visual appeal.
::: details Colors
- Red
- Blue
- Purple
- Green
- Yellow
:::
### Blue
```vue-html
Blue alert
```
Blue alert
### Red
```vue-html
Red alert
```
Red alert
### Purple
```vue-html
Purple alert
```
Purple alert
### Green
```vue-html
Green alert
```
Green alert
### Yellow
```vue-html
Yellow alert
```
Yellow alert
## Alert actions
```vue-html{2-4}
Awesome artist
Got it
```
Awesome artist
Got it