app: align workspace load more button (#22251)
This commit is contained in:
parent
34f5bdbc99
commit
a6b9f0dac1
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ const WorkspaceSessionList = (props: {
|
||||||
<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-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"
|
size="large"
|
||||||
onClick={(e: MouseEvent) => {
|
onClick={(e: MouseEvent) => {
|
||||||
props.loadMore()
|
props.loadMore()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue