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.
1 parent 832e406 commit 4bf139eCopy full SHA for 4bf139e
components/dashboard/src/teams/Members.tsx
@@ -115,7 +115,7 @@ export default function MembersPage() {
115
onChange={(e) => setSearchText(e.target.value)}
116
/>
117
</div>
118
- <div className="py-2 pl-3 pr-1 border border-gray-100 ml-2 rounded-md">
+ <div className="py-2 pl-3 pr-1 border border-gray-100 dark:border-gray-800 ml-2 rounded-md">
119
<DropDown
120
customClasses="w-32"
121
activeEntry={
0 commit comments