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>
|
</ul>
|
||||||
<Input className="pt-5" ref={newPool} placeholder="Relay url" />
|
<Input className="pt-5" ref={newPool} placeholder="Relay url" />
|
||||||
<Button
|
<Button
|
||||||
className="pt-5"
|
className="pt-5 shadow-lg"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
addRelay({
|
addRelay({
|
||||||
url: newPool?.current?.value || "",
|
url: newPool?.current?.value || "",
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ export const ReceiveView = ({ keys }: ReceiveViewProps) => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="py-6 max-w-[20rem] m-auto">
|
<div className="py-6 max-w-[20rem] m-auto">
|
||||||
<Button
|
<Button
|
||||||
|
className="shadow-lg"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigator.clipboard.writeText(keys.pub).catch(console.warn)
|
navigator.clipboard.writeText(keys.pub).catch(console.warn)
|
||||||
Toastify({
|
Toastify({
|
||||||
|
|||||||
Reference in New Issue
Block a user