We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fe1a34 + ae18393 commit f37890aCopy full SHA for f37890a
pages/datarooms/[id]/groups/index.tsx
@@ -58,9 +58,7 @@ export default function DataroomGroupPage() {
58
<div className="grid gap-5">
59
<div className="flex flex-wrap justify-between gap-6">
60
<div className="flex items-center gap-x-2">
61
- <h1 className="text-xl font-semibold tracking-tight text-black">
62
- Groups
63
- </h1>
+ <h1 className="text-xl font-semibold tracking-tight">Groups</h1>
64
</div>
65
<div className="flex w-full flex-wrap items-center gap-3 sm:w-auto">
66
<ButtonComponent />
0 commit comments