Skip to content

Commit

Permalink
unify coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Nov 11, 2024
1 parent b103e41 commit 71f26be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/plan/MembersAndInvitations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function MembersAndInvitations() {
))}
</CardGrid>
{plan?.canInviteMore ?
<div className="p-4 flex flex-col items-stretch gap-3 bg-accent-wash border-accent-dark border-1 border-solid rounded-lg">
<div className="p-4 flex flex-col items-stretch gap-3 bg-primary-wash border-primary-dark border-1 border-solid rounded-lg theme-leek">
<H3>Invite someone</H3>
<InviteMember />
</div>
Expand Down

0 comments on commit 71f26be

Please sign in to comment.