{props.title}
diff --git a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx
index fa6086b7fd..06cbc3d4fd 100644
--- a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx
+++ b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx
@@ -23,7 +23,7 @@ export function LiqActions({ classes = "", ...props }: Props) {
}}
type="button"
aria-disabled={props.disabled}
- className="text-xs [&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none px-4 py-1.5 rounded-md bg-gray-d2 aria-disabled:bg-gray-l3 outline-blue-d1 text-white font-heading font-bold drop-shadow-sm shadow-inner shadow-white/30"
+ className="text-xs [&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none px-4 py-1.5 rounded-md bg-gray-d2 aria-disabled:bg-gray-l3 outline-blue-d1 text-white font-heading font-bold drop-shadow-xs shadow-inner shadow-white/30"
>
Withdraw
@@ -40,7 +40,7 @@ export function LiqActions({ classes = "", ...props }: Props) {
}}
type="button"
aria-disabled={props.disabled}
- className="text-xs [&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-sm py-1 bg-green aria-disabled:bg-gray-l3 text-white font-heading outline-blue-d1"
+ className="text-xs [&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-xs py-1 bg-green aria-disabled:bg-gray-l3 text-white font-heading outline-blue-d1"
>
Invest
diff --git a/src/pages/Admin/Charity/Dashboard/Loaded.tsx b/src/pages/Admin/Charity/Dashboard/Loaded.tsx
index 43c0419884..83a0d2d56d 100644
--- a/src/pages/Admin/Charity/Dashboard/Loaded.tsx
+++ b/src/pages/Admin/Charity/Dashboard/Loaded.tsx
@@ -104,7 +104,7 @@ export function Loaded({ classes = "", ...props }: Props) {
Ends in
-
+
in {period.distance}
diff --git a/src/pages/Admin/Charity/Dashboard/LockActions.tsx b/src/pages/Admin/Charity/Dashboard/LockActions.tsx
index 994d231461..13fa4bd142 100644
--- a/src/pages/Admin/Charity/Dashboard/LockActions.tsx
+++ b/src/pages/Admin/Charity/Dashboard/LockActions.tsx
@@ -23,7 +23,7 @@ export function LockActions({ classes = "", ...props }: Props) {
min: "50",
}).toString(),
}}
- className="[&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none text-xs font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-sm py-1 bg-amber aria-disabled:bg-gray-l3 text-white font-heading outline-blue-d1"
+ className="[&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none text-xs font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-xs py-1 bg-amber aria-disabled:bg-gray-l3 text-white font-heading outline-blue-d1"
>
Save
@@ -39,7 +39,7 @@ export function LockActions({ classes = "", ...props }: Props) {
}).toString(),
}}
aria-disabled={props.disabled}
- className="[&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none text-xs px-4 py-1.5 rounded-md bg-gray-d2 aria-disabled:bg-gray-l3 outline-blue-d1 text-white font-heading font-bold drop-shadow-sm shadow-inner shadow-white/30"
+ className="[&:is(.pending)]:bg-gray-l3 [&:is(.pending)]:pointer-events-none text-xs px-4 py-1.5 rounded-md bg-gray-d2 aria-disabled:bg-gray-l3 outline-blue-d1 text-white font-heading font-bold drop-shadow-xs shadow-inner shadow-white/30"
>
Withdraw
diff --git a/src/pages/Admin/Charity/Dashboard/MoveFundForm.tsx b/src/pages/Admin/Charity/Dashboard/MoveFundForm.tsx
index ef5c7c67e2..adfad2f98e 100644
--- a/src/pages/Admin/Charity/Dashboard/MoveFundForm.tsx
+++ b/src/pages/Admin/Charity/Dashboard/MoveFundForm.tsx
@@ -73,7 +73,7 @@ export default function MoveFundForm() {
}
className="relative z-50"
>
-
+
+
Pending Transactions
diff --git a/src/pages/Admin/Charity/Dashboard/PayoutHistory/LoadMoreBtn.tsx b/src/pages/Admin/Charity/Dashboard/PayoutHistory/LoadMoreBtn.tsx
index 21180b1cad..e03839b83a 100644
--- a/src/pages/Admin/Charity/Dashboard/PayoutHistory/LoadMoreBtn.tsx
+++ b/src/pages/Admin/Charity/Dashboard/PayoutHistory/LoadMoreBtn.tsx
@@ -11,7 +11,7 @@ export default function LoadMoreBtn(props: Props) {
type="button"
onClick={props.onLoadMore}
disabled={props.disabled}
- className="flex items-center justify-center gap-3 uppercase text-sm font-bold rounded-b w-full h-12 hover:bg-blue-l5 dark:hover:bg-blue-d3 active:bg-blue-l4 dark:active:bg-blue-d2 disabled:bg-gray-l3 disabled:text-navy-l2 aria-disabled:bg-gray-l3 aria-disabled:dark:bg-navy disabled:dark:bg-navy"
+ className="flex items-center justify-center gap-3 uppercase text-sm font-bold rounded-b w-full h-12 hover:bg-blue-l5 dark:hover:bg-blue-d3 active:bg-blue-l4 dark:active:bg-blue-d2 disabled:bg-gray-l3 disabled:text-navy-l2 aria-disabled:bg-gray-l3 dark:aria-disabled:bg-navy dark:disabled:bg-navy"
>
{props.isLoading ? (
<>
diff --git a/src/pages/Admin/Charity/Dashboard/PayoutHistory/Table.tsx b/src/pages/Admin/Charity/Dashboard/PayoutHistory/Table.tsx
index 889af0d96d..3626168cc3 100644
--- a/src/pages/Admin/Charity/Dashboard/PayoutHistory/Table.tsx
+++ b/src/pages/Admin/Charity/Dashboard/PayoutHistory/Table.tsx
@@ -111,7 +111,7 @@ export default function Table({
}: TableProps) {
return (
-