wallet btn style adjusted

This commit was merged in pull request #701.
This commit is contained in:
victorAnumudu
2024-04-05 19:51:47 +01:00
parent 05515333ba
commit f55b7186b9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
@apply px-2 min-w-[80px] h-11 flex justify-center items-center text-base rounded-full cursor-pointer
}
.logout-btn {
@apply px-4 min-w-[80px] h-[52px] flex justify-center items-center text-base rounded-full cursor-pointer
@apply px-4 min-w-[80px] h-[52px] flex justify-center items-center text-xl font-bold rounded-full cursor-pointer
}
}