Hide checkmark icon
This commit is contained in:
parent
fffc91269e
commit
674bef667b
@ -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 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="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
|
||||
class="h-6 w-6 text-green-600"
|
||||
fill="none"
|
||||
@ -36,7 +36,7 @@ function newBudget() {
|
||||
d="M5 13l4 4L19 7"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
</div>-->
|
||||
<h3 class="mt-3 text-lg leading-6 font-medium text-gray-900">New Budget</h3>
|
||||
<div class="mt-2 px-7 py-3">
|
||||
<input
|
||||
|
Loading…
x
Reference in New Issue
Block a user