Fixed color option of the notice presentation interface (#6454)

Fixes #6353
This commit is contained in:
Rijk van Zanten
2021-06-22 19:52:08 -04:00
committed by GitHub
parent 7122b5d3b9
commit 7c562ec000

View File

@@ -1,7 +1,9 @@
<template>
<v-notice :icon="icon" :type="color">
<div v-html="md(text)" />
</v-notice>
<div class="presentation-notice">
<v-notice :icon="icon" :type="color">
<div v-html="md(text)" />
</v-notice>
</div>
</template>
<script lang="ts">