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>
|
||||
import Banner from 'dashboard/components-next/banner/Banner.vue';
|
||||
import Icon from 'dashboard/components-next/icon/Icon.vue';
|
||||
|
||||
defineProps({
|
||||
content: {
|
||||
@@ -10,7 +11,10 @@ defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Banner color="ruby">
|
||||
{{ content }}
|
||||
<Banner color="amber">
|
||||
<div class="flex items-center gap-2">
|
||||
<Icon icon="i-lucide-info" class="flex-shrink-0 size-4" />
|
||||
<span>{{ content }}</span>
|
||||
</div>
|
||||
</Banner>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user