yariksav / vuetify-confirm

Extends vuetify.js confirm dialog
MIT License
142 stars 42 forks source link

No icon padding. #24

Closed addyjj closed 4 years ago

addyjj commented 4 years ago

There is no padding when using a custom icon.

if (await this.$confirm('Test', { title: 'Success', color: 'success', icon: 'mdi-check-circle', persistent: true, buttonFalseText: null, buttonTrueText: 'OK' })) {        
}

image