This commit is contained in:
MichaelDvP
2022-05-02 15:42:02 +02:00
13 changed files with 107 additions and 54 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: `

View File

@@ -97,6 +97,7 @@ const DashboardStatus: FC = () => {
text-transform: uppercase;
background-color: black;
color: #90CAF9;
font-weight: 500;
border-bottom: 1px solid #e0e0e0;
`,
Row: `