mirror of https://github.com/langgenius/dify.git
fix: add bg color to the top section in plugins page
This commit is contained in:
parent
84c2a9dc3b
commit
62d53399ae
|
|
@ -146,7 +146,7 @@ const PluginPage = ({
|
|||
>
|
||||
<div
|
||||
className={cn(
|
||||
'sticky top-0 flex min-h-[60px] px-12 pt-4 pb-2 items-center self-stretch gap-1 z-10', activeTab === 'discover' && 'bg-background-body',
|
||||
'sticky top-0 flex min-h-[60px] px-12 pt-4 pb-2 items-center self-stretch gap-1 z-10 bg-components-panel-bg', activeTab === 'discover' && 'bg-background-body',
|
||||
)}
|
||||
>
|
||||
<div className='flex justify-between items-center w-full'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue