Add withdraw card

This commit is contained in:
EsioFreitas
2023-02-09 11:48:11 -03:00
parent 3177aaece9
commit a0e290f0ca
2 changed files with 35 additions and 8 deletions

View File

@@ -73,6 +73,6 @@ watch(networkName, async () => {
}
.header {
@apply text-3xl text-gray-900 leading-9 font-bold justify-center flex;
@apply text-3xl text-white leading-9 font-bold justify-center flex;
}
</style>