We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7851836 commit 611a358Copy full SHA for 611a358
src/views/components/SidebarLink.vue
@@ -33,7 +33,7 @@ export default defineComponent({
33
const classes = computed(() => {
34
return {
35
BASE: `inline-block w-full px-3 py-1.5`,
36
- active: `bg-green-500 dark:bg-green-700 text-white dark:text-shamrock-100! rounded pointer-events-none`,
+ active: `bg-green-500 dark:bg-green-700 text-white rounded pointer-events-none`,
37
inactive: `text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-100`,
38
};
39
});
0 commit comments