[Manager] Remove shadows on left nav list (#3106)

This commit is contained in:
Christian Byrne
2025-03-17 12:38:40 -07:00
committed by GitHub
parent 8923ec51fd
commit 57b93a0007

View File

@@ -8,7 +8,7 @@
:options="tabs"
optionLabel="label"
listStyle="max-height:unset"
class="w-full border-0 bg-transparent"
class="w-full border-0 bg-transparent shadow-none"
:pt="{
list: { class: 'p-5' },
option: { class: 'px-8 py-3 text-lg rounded-xl' },