mirror of
https://github.com/langgenius/dify.git
synced 2026-01-29 23:22:27 +08:00
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
Block a user