fix dark/light mode dialog
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
v-card-title {{$t('common.announcements')}}
|
||||
v-card-subtitle(v-html="$t('admin.announcement_description')")
|
||||
v-dialog(v-model='dialog' width='800px')
|
||||
v-card(color='secondary')
|
||||
v-card
|
||||
v-card-title {{$t('admin.new_announcement')}}
|
||||
v-card-text
|
||||
v-form(v-model='valid' ref='announcement' @submit.prevent='save')
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
)
|
||||
|
||||
v-dialog(v-model='dialogAddInstance' width="500px")
|
||||
v-card(color='secondary')
|
||||
v-card
|
||||
v-card-title {{$t('admin.add_trusted_instance')}}
|
||||
v-card-text
|
||||
v-form(v-model='valid' ref='form' lazy-validation)
|
||||
|
||||
Reference in New Issue
Block a user