Skip to content

Commit

Permalink
fix(SideNav): logo text color in light mode (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Dec 9, 2023
1 parent cf8f85c commit 4dbe60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/components/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ onClickOutside(
>
<div i-logos-nuxt-icon h-6 w-6 />
<template v-if="sidebarExpanded">
<span text="lg white" font-600>
<span text="lg black dark:white" font-600>
DevTools
</span>
<div flex-auto />
Expand Down

0 comments on commit 4dbe60d

Please sign in to comment.