File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
apps/web/src/pages/pages/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ const EmptyContentPrompt: FC<EmptyContentPromptProps> = ({
336
336
</ div >
337
337
338
338
{ /* Action bar - fixed at bottom */ }
339
- < div className = "p-4 border-t border-solid border-1 border-x-0 border-b-0 border-gray-300 dark:border-gray-700 flex justify-between items-center bg-white dark:bg-gray-900 sticky bottom-0 left-0 right-0 z-10" >
339
+ < div className = "p-4 border-t border-solid border-1 border-x-0 border-b-0 border-transparent dark:border-gray-700 flex justify-between items-center bg-white dark:bg-gray-900 sticky bottom-0 left-0 right-0 z-10" >
340
340
< div className = "text-sm text-gray-500" >
341
341
{ selectedNodeIds . length > 0
342
342
? t ( 'common.selectedItems' , `Selected ${ selectedNodeIds . length } items` , {
You can’t perform that action at this time.
0 commit comments