mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
Enhance Code Consistency Across Repository with .editorconfig (#19023)
This commit is contained in:
@ -98,7 +98,7 @@ const TextGenerationImageUploader: FC<TextGenerationImageUploaderProps> = ({
|
||||
{
|
||||
hovering => (
|
||||
<div className={`
|
||||
flex h-8 cursor-pointer items-center justify-center rounded-lg
|
||||
flex h-8 cursor-pointer items-center justify-center rounded-lg
|
||||
bg-components-button-tertiary-bg px-3 text-xs text-text-tertiary
|
||||
${hovering && 'hover:bg-components-button-tertiary-bg-hover'}
|
||||
`}>
|
||||
|
||||
Reference in New Issue
Block a user