Skip to content

Commit f37890a

Browse files
authored
Merge pull request #693 from yashsharma999/fix-dark-mode-issue
fix: remove black color for subheading in dataroom groups page
2 parents 3fe1a34 + ae18393 commit f37890a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/datarooms/[id]/groups/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ export default function DataroomGroupPage() {
5858
<div className="grid gap-5">
5959
<div className="flex flex-wrap justify-between gap-6">
6060
<div className="flex items-center gap-x-2">
61-
<h1 className="text-xl font-semibold tracking-tight text-black">
62-
Groups
63-
</h1>
61+
<h1 className="text-xl font-semibold tracking-tight">Groups</h1>
6462
</div>
6563
<div className="flex w-full flex-wrap items-center gap-3 sm:w-auto">
6664
<ButtonComponent />

0 commit comments

Comments
 (0)