Let user remove nostr pubkey from account

This commit is contained in:
Râu Cao
2023-03-08 16:43:59 +07:00
parent 49de4007ab
commit e8bbe6c713
5 changed files with 64 additions and 5 deletions

View File

@@ -14,6 +14,10 @@
@apply py-1 px-2 text-sm;
}
.btn-outline {
@apply border-2 border-gray-100 hover:bg-gray-100;
}
.btn-icon {
@apply px-3;
}