浏览代码

better mobile stuff

Leo dev 3 周之前
父节点
当前提交
9fcc7bf0f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/dashboard/page.tsx

+ 1 - 1
src/app/dashboard/page.tsx

@@ -33,7 +33,7 @@ export function SummaryCard({
   return (
   return (
     <Card className="h-24 flex flex-row justify-between items-center gap-0 px-6">
     <Card className="h-24 flex flex-row justify-between items-center gap-0 px-6">
       <div className="">
       <div className="">
-        <Label className="text-sm font-bold text-foreground">{children}</Label>
+        <Label className="text-md font-bold text-foreground">{children}</Label>
         <Label className={cn("text-2xl font-bold", className)}>{value}</Label>
         <Label className={cn("text-2xl font-bold", className)}>{value}</Label>
       </div>
       </div>
       <Icon
       <Icon