change(ui): sessions list header y padding

This commit is contained in:
Shekar Siri 2025-03-03 18:39:45 +01:00
parent 95a5037abf
commit 4ef61f6fb5

View file

@ -20,7 +20,7 @@ function SessionHeader() {
};
return (
<div className="flex items-center px-4 py-1 justify-between w-full">
<div className="flex items-center px-4 py-3 justify-between w-full">
<div className="flex items-center w-full justify-end">
<SessionTags />
<div className="mr-auto" />