mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fixed color option of the notice presentation interface (#6454)
Fixes #6353
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user