small ui changes

This commit is contained in:
vcoppe
2026-03-28 13:03:25 +01:00
parent 9743fd460e
commit 5a0b8c376c
6 changed files with 5 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
<Card.Root
class="h-full {orientation === 'vertical'
? 'min-w-40 sm:min-w-44'
: 'w-full h-10'} border-none shadow-none p-0 text-sm sm:text-base"
: 'w-full h-10'} border-none shadow-none p-0 text-sm sm:text-base bg-inherit"
>
<Card.Content
class="h-full flex {orientation === 'vertical'