File tree 1 file changed +2
-2
lines changed
packages/frontendmu-nuxt/components/cards
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const props = defineProps({
26
26
<template >
27
27
<div class =" py-2 group" >
28
28
<div
29
- class =" relative rounded-xl flex flex-col md:flex-row p-4 md:p-0 gap-2 group bg-white dark:bg-verse-900/10 dark:border-verse-100/10 group-hover:shadow-lg transition-all duration-300 border-2 border-verse-100 group-hover:border-verse-400 group-hover:scale-105"
29
+ class =" relative rounded-xl flex flex-col md:flex-row p-4 md:p-0 gap-2 group bg-white dark:bg-verse-900/10 dark:border-verse-100/10 group-hover:shadow-lg group-focus-within:shadow-lg transition-all duration-300 border-2 border-verse-100 group-hover:border-verse-400 group-focus-within:border-verse-400 group- hover:scale-105 group-focus-within :scale-105"
30
30
>
31
31
<!-- Date -->
32
32
<div v-if =" event.Date" class =" " >
@@ -44,7 +44,7 @@ const props = defineProps({
44
44
45
45
<!-- Title -->
46
46
<h3
47
- class =" leading-2 text-xl font-semibold flex-1 py-2 text-verse-500 dark:text-verse-400 group-hover:text-verse-500 dark:group-hover:text-verse-100"
47
+ class =" leading-2 text-xl font-semibold flex-1 py-2 text-verse-500 dark:text-verse-400 group-hover:text-verse-500 group-focus-within:text-verse-500 dark:group-hover:text-verse-100 dark:group-focus-within :text-verse-100"
48
48
>
49
49
<NuxtLink :href =" `/meetup/${event.id}`" class =" w-[300px] md:w-96 focus:outline-none" >
50
50
<span class =" absolute inset-0" aria-hidden =" true" />
You can’t perform that action at this time.
0 commit comments