瀏覽代碼

fix(shortcuts-modal): increase border width of Other Shortcuts link

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
VANELLOPE\tomoyuki-t 1 周之前
父節點
當前提交
20d0727b17
共有 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="d-inline-flex align-items-center gap-2 px-3 py-2 border rounded text-secondary text-decoration-none"
+            className="d-inline-flex align-items-center gap-2 px-3 py-2 border border-2 rounded text-secondary text-decoration-none"
           >
           >
             <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')}