File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
infrastructure/control-panel/src/routes/example Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 170170
171171<Modal bind:open ={isModalOpen } class =" absolute top-[50%] start-[50%] translate-x-[-50%] translate-y-[-50%] max-w-[30vw] w-full p-4" closeBtnClass =" fixed end-4 top-4" >
172172 <h4 class =" text-primary mb-2" >Search vaults</h4 >
173- <input type =" search" value =" " placeholder =" Please search to vaults to add" class =" w-full border-transparent outline-transparent bg-gray rounded-4xl py-3 px-4 font-geist text-black text-base" >
173+ <input type =" search" value =" " placeholder =" Please search vaults to add" class =" w-full border-transparent outline-transparent bg-gray rounded-4xl py-3 px-4 font-geist text-black text-base" >
174174
175175 <ul class =" mt-4" >
176176 {#each vaults as vault (vault .id )}
You can’t perform that action at this time.
0 commit comments