chore: Migrated Instagram inbox warning style issues (#11332)
**Before**   **After**   --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Banner from 'dashboard/components-next/banner/Banner.vue';
|
import Banner from 'dashboard/components-next/banner/Banner.vue';
|
||||||
|
import Icon from 'dashboard/components-next/icon/Icon.vue';
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
content: {
|
content: {
|
||||||
@@ -10,7 +11,10 @@ defineProps({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Banner color="ruby">
|
<Banner color="amber">
|
||||||
{{ content }}
|
<div class="flex items-center gap-2">
|
||||||
|
<Icon icon="i-lucide-info" class="flex-shrink-0 size-4" />
|
||||||
|
<span>{{ content }}</span>
|
||||||
|
</div>
|
||||||
</Banner>
|
</Banner>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user