Skip to content

Commit 7433f47

Browse files
authored
Fix/vue nodes banner text (#7007)
## Summary ensure banner text is white ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7007-Fix-vue-nodes-banner-text-2b86d73d365081e1ab60c7013cc9d37c) by [Unito](https://www.unito.io)
1 parent 490bb22 commit 7433f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/topbar/TryVueNodeBanner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-if="showVueNodesBanner"
44
class="pointer-events-auto relative w-full h-10 bg-gradient-to-r from-blue-600 to-blue-700 flex items-center justify-center px-4"
55
>
6-
<div class="flex items-center text-sm">
6+
<div class="flex items-center text-sm text-white">
77
<i class="icon-[lucide--rocket]"></i>
88
<span class="pl-2">{{ $t('vueNodesBanner.title') }}</span>
99
<span class="pl-1.5 hidden md:inline">{{
@@ -17,7 +17,7 @@
1717
</Button>
1818
</div>
1919
<Button
20-
class="cursor-pointer bg-transparent border-0 outline-0 grid place-items-center absolute right-4"
20+
class="cursor-pointer bg-transparent border-0 outline-0 grid place-items-center absolute right-4 text-white"
2121
unstyled
2222
@click="handleDismiss"
2323
>

0 commit comments

Comments
 (0)