File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
adminforth/documentation/docs/tutorial/03-Customization Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -431,18 +431,8 @@ If you need custom card, you can make it without
431431<div class =" split-screen " >
432432``` ts
433433<Card >
434- < h5 class = " font-bold text-2xl text-gray-800 dark:text-gray-100 mb-6" > Monthly Statistics < / h5 >
435- < div class = " flex justify-between items-center gap-6" >
436- < div class = " flex flex-col" >
437- < p class = " font-semibold text-gray-600 dark:text-gray-300" > Total Income < / p >
438- < p class = " text-blue-500 font-bold text-xl mt-2" > 350 ,000$ < / p >
439- < / div >
440-
441- < div class = " flex flex-col" >
442- < p class = " font-semibold text-gray-600 dark:text-gray-300" > Total Profit < / p >
443- < p class = " text-green-500 font-bold text-xl mt-2" > 100 ,000$ < / p >
444- < / div >
445- < / div >
434+ < p class = " font-semibold text-gray-600 text-xl dark:text-gray-300" > Total Profit < / p >
435+ < p class = " text-green-500 font-bold mt-2" > $100 ,000 < / p >
446436< / Card >
447437```
448438
You can’t perform that action at this time.
0 commit comments