瀏覽代碼

fix: load more button

David Hill 4 月之前
父節點
當前提交
31897bf974
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      packages/desktop/src/pages/layout.tsx

+ 3 - 4
packages/desktop/src/pages/layout.tsx

@@ -589,12 +589,11 @@ export default function Layout(props: ParentProps) {
                     </div>
                     </div>
                   </Show>
                   </Show>
                   <Show when={hasMoreSessions()}>
                   <Show when={hasMoreSessions()}>
-                    <div class="relative w-full pl-4 pr-2 py-1">
+                    <div class="relative w-full py-1">
                       <Button
                       <Button
                         variant="ghost"
                         variant="ghost"
-                        class="w-full text-12-regular text-text-muted"
-                        size="small"
-                        icon="plus-small"
+                        class="flex w-full text-left justify-start text-12-medium opacity-50 px-3.5"
+                        size="large"
                         onClick={loadMoreSessions}
                         onClick={loadMoreSessions}
                       >
                       >
                         Load more
                         Load more