update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
BIN
src/assets/aadhaar-card-7579588_1280.png
Normal file
BIN
src/assets/aadhaar-card-7579588_1280.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
BIN
src/assets/pan_card_1565610340828_1572021543426.webp
Normal file
BIN
src/assets/pan_card_1565610340828_1572021543426.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
src/assets/pancard-news-pixabay.webp
Normal file
BIN
src/assets/pancard-news-pixabay.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
src/assets/sample-pan-card.jpg
Normal file
BIN
src/assets/sample-pan-card.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user