diff --git a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx index 2399a16dff..a4c966321e 100644 --- a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx +++ b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx @@ -25,7 +25,7 @@ export function LiqActions({ classes = "", ...props }: Props) { effect: "append", }) } - className="text-xs px-3 py-1 rounded-full font-heading border border-gray-l2 hover:border-gray outline-gray-d1" + className="text-xs px-4 py-1.5 rounded-md bg-navy-d4 outline-blue-d1 text-white font-heading font-bold drop-shadow-sm shadow-inner shadow-white/30" > Withdraw @@ -41,7 +41,7 @@ export function LiqActions({ classes = "", ...props }: Props) { effect: "append", }) } - className="text-green-d1 bg-green-l5 text-xs px-3 py-1 rounded-full font-heading border border-green-l2 hover:border-green-l1 outline-green" + className="text-xs font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-sm py-1 bg-green text-white font-heading outline-blue-d1" > Invest diff --git a/src/pages/Admin/Charity/Dashboard/LockActions.tsx b/src/pages/Admin/Charity/Dashboard/LockActions.tsx index 09949543db..a77a544612 100644 --- a/src/pages/Admin/Charity/Dashboard/LockActions.tsx +++ b/src/pages/Admin/Charity/Dashboard/LockActions.tsx @@ -25,7 +25,7 @@ export function LockActions({ classes = "", ...props }: Props) { effect: "append", }) } - className="text-amber-d1 bg-amber-l5 text-xs px-3 py-1 rounded-full font-heading border border-amber-l2 hover:border-amber-l1 outline-amber" + className="text-xs font-bold rounded-md px-4 shadow-inner shadow-white/30 drop-shadow-sm py-1 bg-amber text-white font-heading outline-blue-d1" > Save @@ -41,7 +41,7 @@ export function LockActions({ classes = "", ...props }: Props) { effect: "append", }) } - className="text-xs px-3 py-1 rounded-full font-heading border border-gray-l2 hover:border-gray outline-blue-d1" + className="text-xs px-4 py-1.5 rounded-md bg-navy-d4 outline-blue-d1 text-white font-heading font-bold drop-shadow-sm shadow-inner shadow-white/30" > Withdraw