Skip to content

Commit

Permalink
button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 17, 2024
1 parent bc8dd42 commit a8f0f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/Admin/Charity/Dashboard/LiqActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</button>
Expand All @@ -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
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Admin/Charity/Dashboard/LockActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</button>
Expand All @@ -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
</button>
Expand Down

0 comments on commit a8f0f58

Please sign in to comment.