charles_c 5 月之前
父节点
当前提交
fcb7deeeb7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/exchange-points/page.js

+ 1 - 1
src/app/exchange-points/page.js

@@ -192,7 +192,7 @@ export default function ExchangePage() {
           <h1 className="text-xl font-bold ml-4">积分兑换</h1>
           <button
             onClick={() => setIsRulesOpen(true)}
-            className="ml-auto px-4 py-2 bg-blue-500 hover:bg-blue-400 rounded-lg transition-colors"
+            className="ml-auto px-4 py-2 font-bold bg-blue-500 hover:bg-blue-400 rounded-lg transition-colors"
           >
             兑换规则
           </button>