fix: add backdrop-blur-sm to plugin dropdown filters for consistent dark mode styling (#24454)

This commit is contained in:
lyzno1
2025-08-25 13:55:41 +08:00
committed by GitHub
parent a9e106b17e
commit a4d17cb585
4 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ const PluginVersionPicker: FC<Props> = ({
</PortalToFollowElemTrigger>
<PortalToFollowElemContent className='z-[1000]'>
<div className="relative w-[209px] rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur p-1 shadow-lg">
<div className="relative w-[209px] rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur p-1 shadow-lg backdrop-blur-sm">
<div className='system-xs-medium-uppercase px-3 pb-0.5 pt-1 text-text-tertiary'>
{t('plugin.detailPanel.switchVersion')}
</div>