소스 검색

chore: cancel enforcing uppercase of the text of plugin navigation button on the header bar (#20890)

tags/1.5.0
Bowen Liang 4 달 전
부모
커밋
ea44b895e2
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/header/plugins-nav/index.tsx

+ 1
- 1
web/app/components/header/plugins-nav/index.tsx 파일 보기

@@ -31,7 +31,7 @@ const PluginsNav = ({
)}>
<div
className={classNames(
'relative flex flex-row h-8 p-1.5 gap-0.5 border border-transparent items-center justify-center rounded-xl system-sm-medium-uppercase',
'relative flex flex-row h-8 p-1.5 gap-0.5 border border-transparent items-center justify-center rounded-xl system-sm-medium',
activated && 'border-components-main-nav-nav-button-border bg-components-main-nav-nav-button-bg-active shadow-md text-components-main-nav-nav-button-text',
!activated && 'text-text-tertiary hover:bg-state-base-hover hover:text-text-secondary',
(isInstallingWithError || isFailed) && !activated && 'border-components-panel-border-subtle',

Loading…
취소
저장