File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/(nosearch)/domain-submissions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
<li class =" contents" >
46
46
<div class =" grid grid-cols-[7rem,1fr] gap-x-2" >
47
47
<div
48
- class ={` col-span-2 flex flex-col justify-center rounded-2xl p-2 px-4 ${item .status == ' APPROVED' ? ' bg-green-300' : item .status == ' REJECTED' ? ' !col-span-1 bg-red-300' : ' bg-gray-300' } ` }
48
+ class ={` col-span-2 flex flex-col justify-center rounded-2xl p-2 px-4 text-black ${item .status == ' APPROVED' ? ' bg-green-300' : item .status == ' REJECTED' ? ' !col-span-1 bg-red-300' : ' bg-gray-300' } ` }
49
49
>
50
50
{item .status }
51
51
</div >
82
82
Domain submitted successfully!
83
83
</Card .Root >
84
84
{/if }
85
- <div class =" w-full rounded-2xl bg-white p-4" >
85
+ <div class =" w-full rounded-2xl bg-card p-4" >
86
86
<h3 class =" text-2xl" >Submit domain</h3 >
87
87
<hr class =" my-2" />
88
88
<Input
You can’t perform that action at this time.
0 commit comments