This commit is contained in:
@@ -43,14 +43,14 @@
|
||||
</v-btn>
|
||||
<v-btn
|
||||
v-if="options.noButtonText"
|
||||
color="primary darken-1"
|
||||
color="primary"
|
||||
text
|
||||
@click.native="cancel"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
|
||||
>{{ options.noButtonText }}</v-btn
|
||||
>
|
||||
<v-btn
|
||||
color="primary darken-1"
|
||||
color="primary"
|
||||
text
|
||||
@click.native="agree"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"
|
||||
|
||||
@@ -1194,7 +1194,8 @@ export default new Vuetify({
|
||||
error: "#ff5252", //lighter red, have to see if it's good for all screens and sizes as it's a bit light but it stands out as an error condition better
|
||||
disabled: "#c7c7c7"
|
||||
}
|
||||
}
|
||||
},
|
||||
options: { variations: false }
|
||||
},
|
||||
icons: {
|
||||
iconfont: "faSvg",
|
||||
|
||||
Reference in New Issue
Block a user