Просмотр исходного кода

app: align workspace load more button (#22251)

Brendan Allan 5 дней назад
Родитель
Сommit
a6b9f0dac1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/pages/layout/sidebar-workspace.tsx

+ 1 - 1
packages/app/src/pages/layout/sidebar-workspace.tsx

@@ -274,7 +274,7 @@ const WorkspaceSessionList = (props: {
       <div class="relative w-full py-1">
         <Button
           variant="ghost"
-          class="flex w-full text-left justify-start text-14-regular text-text-weak pl-9 pr-10"
+          class="flex w-full text-left justify-start text-14-regular text-text-weak pl-2 pr-10"
           size="large"
           onClick={(e: MouseEvent) => {
             props.loadMore()