Просмотр исходного кода

fix(shortcuts-modal): use default rounded corners instead of pill shape

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
VANELLOPE\tomoyuki-t 1 неделя назад
Родитель
Сommit
e3251d8138
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/client/components/ShortcutsModal/ShortcutsModal.tsx

+ 1 - 1
apps/app/src/client/components/ShortcutsModal/ShortcutsModal.tsx

@@ -520,7 +520,7 @@ const ShortcutsModalSubstance = (): React.JSX.Element => {
             href="https://docs.growi.org"
             target="_blank"
             rel="noreferrer"
-            className="btn btn-outline-secondary d-inline-flex align-items-center gap-2 rounded-pill"
+            className="btn btn-outline-secondary d-inline-flex align-items-center gap-2"
           >
             <span className="material-symbols-outlined fs-5">help</span>
             {t('modal_shortcuts.Other Shortcuts')}