Add shadow to buttons in settings and recieve views.

This commit is contained in:
Arne Pedersen
2022-12-29 01:19:40 +01:00
parent 09517f9b0e
commit d9d1d88a0d
2 changed files with 2 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ export default function Settings() {
</ul>
<Input className="pt-5" ref={newPool} placeholder="Relay url" />
<Button
className="pt-5"
className="pt-5 shadow-lg"
onClick={() => {
addRelay({
url: newPool?.current?.value || "",

View File

@@ -98,6 +98,7 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
</div>
<div className="py-6 max-w-[20rem] m-auto">
<Button
className="shadow-lg"
onClick={() => {
navigator.clipboard.writeText(keys.pub).catch(console.warn)
Toastify({