mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
Add shadow to buttons in settings and recieve views.
This commit is contained in:
@@ -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 || "",
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user