Skip to content

Commit e9c6d0e

Browse files
akash3444akash-moradiyaromitg2sahitya-chandra
authored
fix: vertically center scroll arrows in All Apps category tab (calcom#28937)
Co-authored-by: akash-moradiya <akash.moradiya@smallest.ai> Co-authored-by: Romit <85230081+romitg2@users.noreply.github.com> Co-authored-by: Sahitya Chandra <sahityajb@gmail.com>
1 parent 810ad0e commit e9c6d0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/modules/apps/components/AllApps.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ function CategoryTab({ selectedCategory, categories, searchText, onCategoryChang
8989
</h2>
9090
{leftVisible && (
9191
<button onClick={handleLeft} className="absolute bottom-0 flex lg:left-1/2">
92-
<div className="bg-default flex h-12 w-5 items-center justify-end">
92+
<div className="bg-default flex h-10 w-5 items-center justify-end">
9393
<ChevronLeftIcon className="text-subtle h-4 w-4" />
9494
</div>
95-
<div className="to-default flex h-12 w-5 bg-linear-to-l from-transparent" />
95+
<div className="to-default flex h-10 w-5 bg-linear-to-l from-transparent" />
9696
</button>
9797
)}
9898
<ul
@@ -129,8 +129,8 @@ function CategoryTab({ selectedCategory, categories, searchText, onCategoryChang
129129
</ul>
130130
{rightVisible && (
131131
<button onClick={handleRight} className="absolute bottom-0 right-0 flex ">
132-
<div className="to-default flex h-12 w-5 bg-linear-to-r from-transparent" />
133-
<div className="bg-default flex h-12 w-5 items-center justify-end">
132+
<div className="to-default flex h-10 w-5 bg-linear-to-r from-transparent" />
133+
<div className="bg-default flex h-10 w-5 items-center justify-end">
134134
<ChevronRightIcon className="text-subtle h-4 w-4" />
135135
</div>
136136
</button>

0 commit comments

Comments
 (0)