Browse Source

fix: load more button font size

David Hill 1 month ago
parent
commit
acd1eb574d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/app/src/pages/layout.tsx

+ 2 - 2
packages/app/src/pages/layout.tsx

@@ -1153,7 +1153,7 @@ export default function Layout(props: ParentProps) {
                 <div class="relative w-full py-1">
                 <div class="relative w-full py-1">
                   <Button
                   <Button
                     variant="ghost"
                     variant="ghost"
-                    class="flex w-full text-left justify-start text-12-medium text-text-weak px-10"
+                    class="flex w-full text-left justify-start text-14-regular text-text-weak px-10"
                     size="large"
                     size="large"
                     onClick={loadMore}
                     onClick={loadMore}
                   >
                   >
@@ -1198,7 +1198,7 @@ export default function Layout(props: ParentProps) {
             <div class="relative w-full py-1">
             <div class="relative w-full py-1">
               <Button
               <Button
                 variant="ghost"
                 variant="ghost"
-                class="flex w-full text-left justify-start text-12-medium text-text-weak px-10"
+                class="flex w-full text-left justify-start text-14-regular text-text-weak px-10"
                 size="large"
                 size="large"
                 onClick={loadMore}
                 onClick={loadMore}
               >
               >