forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 11:26:45 -06:00
parent e431c4407f
commit da6a8d3219
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="hidden xl:block xl:col-start-10 xl:col-end-13 flex-shrink-0 py-4">
<div class="mb-4">
<button class="group flex items-center justify-between w-full px-4 py-3 bg-gradient-to-t hover:from-red-700 hover:to-red-800 border border-red-300 rounded-md text-shadow-t shadow-inset-t-white-10 text-base font-medium text-gray-100 font-bold active:shadow-inner active:outline-none from-red-800 to-red-700">
<button class="group flex items-center justify-between w-full px-4 py-3 bg-gradient-to-t hover:from-red-700 hover:to-red-800 border border-red-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-base font-medium text-gray-100 font-bold active:shadow-inner active:outline-none from-red-800 to-red-700">
Submit drama<i class="fas fa-arrow-alt-right"></i>
</button>
</div>