Skip to content

Commit 2e28389

Browse files
committed
Style improvements
1 parent c76086a commit 2e28389

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.team

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.team/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default function Page() {
167167
</NavBar>
168168
<PageBody scrollable={false}>
169169
<div className="grid max-h-full min-h-full grid-rows-[1fr_auto]">
170-
<div className="overflow-y-auto">
170+
<div className="overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
171171
<div className="mx-auto max-w-3xl px-4 pb-4 pt-20">
172172
{invites.length > 0 && (
173173
<>
@@ -194,7 +194,7 @@ export default function Page() {
194194
</>
195195
)}
196196
<Header2>Active team members</Header2>
197-
<ul className="divide-ui-border mt-3 flex w-full flex-col divide-y border-y border-grid-bright">
197+
<ul className="divide-ui-border mb-8 mt-3 flex w-full flex-col divide-y border-y border-grid-bright">
198198
{members.map((member) => (
199199
<li key={member.user.id} className="flex items-center gap-x-4 py-4">
200200
<UserAvatar

0 commit comments

Comments
 (0)