Skip to content

Commit

Permalink
fix: primary color now default for alerts (epicmaxco#682)
Browse files Browse the repository at this point in the history
untael committed May 12, 2021
1 parent c68d90d commit 86dc820
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ import { StatefulMixin } from '../../vuestic-mixins/StatefulMixin/StatefulMixin'
import VaIcon from '../va-icon'
class AlertProps {
color = prop<string>({ type: String, default: 'primary' })
title = prop<string>({ type: String, default: '' })
description = prop<string>({ type: String, default: '' })
icon = prop<string>({ type: String, default: '' })

0 comments on commit 86dc820

Please sign in to comment.