[Style] Increase template card elevation in dark mode (#3946)

This commit is contained in:
Christian Byrne
2025-05-20 11:13:12 -07:00
committed by GitHub
parent 37a583e39c
commit 2acb2ac181
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<Card
ref="cardRef"
:data-testid="`template-workflow-${template.name}`"
class="w-64 template-card rounded-2xl overflow-hidden cursor-pointer shadow-elevation-2 dark-theme:bg-dark-elevation-1 h-full"
class="w-64 template-card rounded-2xl overflow-hidden cursor-pointer shadow-elevation-2 dark-theme:bg-dark-elevation-1.5 h-full"
:pt="{
body: { class: 'p-0 h-full flex flex-col' }
}"