mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
Enhance Code Consistency Across Repository with .editorconfig (#19023)
This commit is contained in:
@ -116,7 +116,7 @@ const NodeSelector: FC<NodeSelectorProps> = ({
|
||||
: (
|
||||
<div
|
||||
className={`
|
||||
z-10 flex h-4
|
||||
z-10 flex h-4
|
||||
w-4 cursor-pointer items-center justify-center rounded-full bg-components-button-primary-bg text-text-primary-on-surface hover:bg-components-button-primary-bg-hover
|
||||
${triggerClassName?.(open)}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user