make table headers consistent

This commit is contained in:
Proddy
2022-05-02 15:11:57 +02:00
parent 883c81320b
commit 7172ed303e
2 changed files with 3 additions and 0 deletions

View File

@@ -38,11 +38,13 @@ const ManageUsersForm: FC = () => {
BaseRow: `
font-size: 14px;
color: white;
padding-left: 8px;
`,
HeaderRow: `
text-transform: uppercase;
background-color: black;
color: #90CAF9;
font-weight: 500;
border-bottom: 1px solid #e0e0e0;
`,
Row: `