Browse Source

Fix: style of app publisher (#19803)

tags/1.4.1
KVOJJJin 5 months ago
parent
commit
8bf9adbc08
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      web/app/components/app/app-publisher/suggested-action.tsx

+ 2
- 2
web/app/components/app/app-publisher/suggested-action.tsx View File

target='_blank' target='_blank'
rel='noreferrer' rel='noreferrer'
className={classNames( className={classNames(
'flex justify-start items-center gap-2 py-2 px-2.5 bg-background-section-burn rounded-lg transition-colors [&:not(:first-child)]:mt-1',
disabled ? 'shadow-xs opacity-30 cursor-not-allowed' : 'text-text-secondary hover:bg-state-accent-hover hover:text-text-accent cursor-pointer',
'flex justify-start items-center gap-2 py-2 px-2.5 bg-background-section-burn rounded-lg text-text-secondary transition-colors [&:not(:first-child)]:mt-1',
disabled ? 'shadow-xs opacity-30 cursor-not-allowed' : 'hover:bg-state-accent-hover hover:text-text-accent cursor-pointer',
className, className,
)} )}
{...props} {...props}

Loading…
Cancel
Save