File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9898 </ButtonGroup >
9999 <p v-else class =" flex items-center justify-center gap-2 text-base" >Processing <Spinner class =" w-4 h-4 inline-block" /></p >
100100 </div >
101- <div v-if =" isCardsVisible" id =" cards-container" class =" w-80 mt-2 border-gray-400 p-2 bg-white rounded-lg shadow-md flex flex-col space-y-2" >
101+ <div v-if =" isCardsVisible" id =" cards-container" class =" w-80 mt-2 border-gray-400 p-2 bg-white dark:bg-gray-800 rounded-lg shadow-md flex flex-col space-y-2" >
102102 <div v-if =" isPasskeySupported" class =" flex justify-between gap-4" :class =" !isPasskeySupported ? 'opacity-50 pointer-events-none' : ''" >
103103 <div class =" shrink-0 mt-1 w-4 h-4 z-10" ><IconCheckOutline v-if =" addPasskeyMode === 'platform'" /></div >
104104 <Card
You can’t perform that action at this time.
0 commit comments