瀏覽代碼

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 周之前
父節點
當前提交
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"
             href="https://docs.growi.org"
             target="_blank"
             target="_blank"
             rel="noreferrer"
             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>
             <span className="material-symbols-outlined fs-5">help</span>
             {t('modal_shortcuts.Other Shortcuts')}
             {t('modal_shortcuts.Other Shortcuts')}