123
chenjingwu
2024-04-26 f21f65b61a35cd45d4885f66c76678c3b9a6d8b3
force-app/main/default/pages/taskManage.page
@@ -14,4 +14,18 @@
 });
 });
 </script>
 <style>
    .slds-theme--error {
        --slds-g-color-error-base-40: #ba0517 !important;
    }
    .slds-theme--success {
        --slds-g-color-success-base-50: #2E844A !important;
    }
    .slds-theme--warning {
        --slds-g-color-warning-base-60: #DD7A01 !important;
    }
    .slds-theme--info {
        --slds-g-color-neutral-base-50: #747474 !important;
    }
 </style>
</apex:page>