Skip to content

Commit a6b9f0d

Browse files
authored
app: align workspace load more button (anomalyco#22251)
1 parent 34f5bdb commit a6b9f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const WorkspaceSessionList = (props: {
274274
<div class="relative w-full py-1">
275275
<Button
276276
variant="ghost"
277-
class="flex w-full text-left justify-start text-14-regular text-text-weak pl-9 pr-10"
277+
class="flex w-full text-left justify-start text-14-regular text-text-weak pl-2 pr-10"
278278
size="large"
279279
onClick={(e: MouseEvent) => {
280280
props.loadMore()

0 commit comments

Comments
 (0)