This commit is contained in:
2024-09-30 19:53:32 +05:30
parent ee64ffaa9a
commit 0b9554d0a4
7 changed files with 548 additions and 514 deletions

View File

@@ -168,13 +168,14 @@
.table-scroll::-webkit-scrollbar{
width: 2px !important;
height: 10px !important;
height: 5px !important;
}
/* Total scrollbar width */
::-webkit-scrollbar {
width: 2px;
height: 12px;
}
/* The track (background) of the scrollbar */
@@ -185,14 +186,14 @@
/* The draggable scrollbar handle */
::-webkit-scrollbar-thumb {
background: #0041184f;
background: #3f2a7900;
border-radius: 0px;
cursor: grabbing;
}
/* On hover */
::-webkit-scrollbar-thumb:hover {
background: #0041189a;
background: #3f2a799a;
}

View File

@@ -28,7 +28,7 @@ import RegisteredCorporateAddNewModal from "./RegisteredCorporateAddNewModal";
import { useNavigate } from "react-router-dom";
import { useGetAllCorpQuery } from "../../Services/register.corporate.service";
const getStatusColor = (status) => {
export const getStatusColor = (status) => {
switch (status) {
case 1:
return { bg: "blue.100", text: "blue.700", label: "Requested" };

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB