Hide checkmark icon

This commit is contained in:
Jan Bader 2022-02-23 13:34:34 +00:00
parent fffc91269e
commit 674bef667b

View File

@ -22,7 +22,7 @@ function newBudget() {
<div v-if="dialog" class="fixed inset-0 bg-gray-600 bg-opacity-50 overflow-y-auto h-full w-full"> <div v-if="dialog" class="fixed inset-0 bg-gray-600 bg-opacity-50 overflow-y-auto h-full w-full">
<div class="relative top-20 mx-auto p-5 border w-96 shadow-lg rounded-md bg-white"> <div class="relative top-20 mx-auto p-5 border w-96 shadow-lg rounded-md bg-white">
<div class="mt-3 text-center"> <div class="mt-3 text-center">
<div class="mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100"> <!--<div class="mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-green-100">
<svg <svg
class="h-6 w-6 text-green-600" class="h-6 w-6 text-green-600"
fill="none" fill="none"
@ -36,7 +36,7 @@ function newBudget() {
d="M5 13l4 4L19 7" d="M5 13l4 4L19 7"
/> />
</svg> </svg>
</div> </div>-->
<h3 class="mt-3 text-lg leading-6 font-medium text-gray-900">New Budget</h3> <h3 class="mt-3 text-lg leading-6 font-medium text-gray-900">New Budget</h3>
<div class="mt-2 px-7 py-3"> <div class="mt-2 px-7 py-3">
<input <input