[Style] Remove box shadow on template dialog sidenav (#3208)

This commit is contained in:
Christian Byrne
2025-03-23 13:14:34 -07:00
committed by GitHub
parent 17834459a1
commit f90d61fad5

View File

@@ -7,8 +7,8 @@
option-group-label="label"
option-label="title"
option-group-children="modules"
class="w-full border-0 bg-transparent shadow-none"
:pt="{
root: { class: 'w-full border-0 bg-transparent' },
list: { class: 'p-0' },
option: { class: 'px-12 py-3 text-lg' },
optionGroup: { class: 'p-0 text-left text-inherit' }