diff --git a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx index 4bee76c3c7..e4701c332f 100644 --- a/src/pages/Admin/Charity/Dashboard/LiqActions.tsx +++ b/src/pages/Admin/Charity/Dashboard/LiqActions.tsx @@ -24,9 +24,9 @@ export function LiqActions({ classes = "", ...props }: Props) { effect: "append", }) } - className="text-xs uppercase bg-blue-d1 text-white px-2 py-1 rounded-sm font-heading hover:bg-blue" + className="text-xs px-3 py-1 rounded-full font-heading border border-gray-l2 hover:border-gray outline-gray-d1" > - withdraw + Withdraw ); diff --git a/src/pages/Admin/Charity/Dashboard/LockActions.tsx b/src/pages/Admin/Charity/Dashboard/LockActions.tsx index 4ef7472e69..835d091a7f 100644 --- a/src/pages/Admin/Charity/Dashboard/LockActions.tsx +++ b/src/pages/Admin/Charity/Dashboard/LockActions.tsx @@ -12,7 +12,7 @@ interface Props { export function LockActions({ classes = "", ...props }: Props) { const { showModal } = useModalContext(); return ( -
+
);