forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 17:41:09 -06:00
parent a1af4cf4c4
commit 1bd05eb569
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<div class="relative modal-body">
<!-- If user has less than 100 dramacoin, disable form -->
{% if v.coins < 100 %}
<div class="absolute left-0 bottom-0 flex flex-col items-center justify-center w-full h-full bg-white/60 dark:bg-gray-700/70 z-10">
<div class="absolute left-0 bottom-0 flex flex-col items-center justify-center w-full h-full bg-white/60 dark:bg-gray-700/90 z-10">
<p class="text-lg font-bold mb-0">
You need at least 100 dramacoin to send coins.
</p>