mirror of https://github.com/langgenius/dify.git
fix(app-overview): soften tooltip styling
This commit is contained in:
parent
3f5485605f
commit
f065504ed6
|
|
@ -229,7 +229,7 @@ function AppCard({
|
|||
) : ''
|
||||
}
|
||||
position="right"
|
||||
popupClassName="w-58 max-w-60 rounded-xl border-[0.5px] p-3.5 shadow-lg backdrop-blur-[10px]"
|
||||
popupClassName="w-58 max-w-60 rounded-xl bg-components-panel-bg px-3.5 py-3 shadow-lg"
|
||||
offset={24}
|
||||
>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ function MCPServiceCard({
|
|||
) : ''
|
||||
}
|
||||
position="right"
|
||||
popupClassName="w-58 max-w-60 rounded-xl border-[0.5px] p-3.5 shadow-lg backdrop-blur-[10px]"
|
||||
popupClassName="w-58 max-w-60 rounded-xl bg-components-panel-bg px-3.5 py-3 shadow-lg"
|
||||
offset={24}
|
||||
>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue