fix(desktop): review tab padding
This commit is contained in:
parent
96c57418f3
commit
957c43aa09
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ export default function Page() {
|
||||||
"relative px-6 py-2 w-full flex flex-col gap-6 flex-1 min-h-0": true,
|
"relative px-6 py-2 w-full flex flex-col gap-6 flex-1 min-h-0": true,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="h-8 w-full flex items-center justify-between shrink-0 self-stretch">
|
<div class="h-8 w-full flex items-center justify-between shrink-0 self-stretch sticky top-0 bg-background-strong z-100">
|
||||||
<div class="flex items-center gap-x-3"></div>
|
<div class="flex items-center gap-x-3"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-14-medium text-text-strong">All changes</div>
|
<div class="text-14-medium text-text-strong">All changes</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue