WIP Profile settings page

Show the user's user address, and provide a button for copying it to the
clipboard
This commit is contained in:
Râu Cao
2023-01-09 16:51:04 +08:00
parent 94ca0f3764
commit 6ad02e69a2
5 changed files with 40 additions and 3 deletions

View File

@@ -11,7 +11,11 @@
.btn-sm {
@apply btn;
@apply py-1 px-2 text-sm shadow-sm;
@apply py-1 px-2 text-sm;
}
.btn-icon {
@apply px-3;
}
.btn-gray {
@@ -28,4 +32,8 @@
@apply bg-red-600 hover:bg-red-700 text-white
focus:ring-red-500 focus:ring-opacity-75;
}
input[type=text]:disabled {
@apply text-gray-700;
}
}