diff --git a/assets/style.less b/assets/style.less index dbc36b8c..b610c571 100644 --- a/assets/style.less +++ b/assets/style.less @@ -7,4 +7,8 @@ html, body { li { margin-left: 10px; +} + +.v-dialog .theme--dark.v-card { + background-color: #434343; } \ No newline at end of file diff --git a/components/Confirm.vue b/components/Confirm.vue index bc6d3bb0..57c5b279 100644 --- a/components/Confirm.vue +++ b/components/Confirm.vue @@ -6,7 +6,7 @@ :max-width='options.width' :style="{ zIndex: options.zIndex, position: 'absolute' }" @keydown.esc='cancel') - v-card(color='secondary') + v-card v-card-title {{ title }} v-card-text(v-show='!!message') {{ message }} v-card-actions diff --git a/components/FollowMe.vue b/components/FollowMe.vue index a486eb2f..7b9ddc55 100644 --- a/components/FollowMe.vue +++ b/components/FollowMe.vue @@ -1,5 +1,5 @@