Skip to content

Commit

Permalink
Merge pull request #327 from calisio/import-users-modal
Browse files Browse the repository at this point in the history
fix: fixes import users modal on dark mode
  • Loading branch information
PThorpe92 authored Aug 2, 2024
2 parents 48c480c + 8bf1dea commit ff3a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/forms/ShowImportedUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const PaginatedUserTable = ({ users, onExit }: ImportedUserProps) => {
<div className="overflow-x-auto">
<table className="table table-xs table-auto w-full">
<thead>
<tr className="bg-gray-200">
<tr className="bg-grey-1 text-body-text">
<th className="px-4 py-2">Username</th>
<th className="px-4 py-2">Temp Password</th>
<th className="px-4 py-2">Error</th>
Expand Down

0 comments on commit ff3a976

Please sign in to comment.