fix bad border-hidden rule

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-10-29 23:56:57 +01:00
parent 0739bc9a53
commit e5e98f9939
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
<td class="w-48 text-center border: hidden;">
<td class="w-48 text-center border-hidden">
<p class="font-regular text-slate-600 dark:text-gray-200 transition-colors duration-200">
<slot />
</p>
@@ -2,7 +2,7 @@
export let value = false;
</script>
<td class="pl-4 w-40 text-center border: hidden;">
<td class="pl-4 w-40 text-center border-hidden">
<p
class="font-regular text-slate-600 dark:text-gray-200 flex justify-center transition-colors duration-200"
>
@@ -1,2 +1,2 @@
<td class="pl-4 w-4 border: hidden; bg-white dark:bg-gray-900/40 transition-colors duration-200">
<td class="pl-4 w-4 border-hidden bg-white dark:bg-gray-900/40 transition-colors duration-200">
</td>