File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const colors = colorPairs[color];
5353<li class ={ ` relative group grid ${className } ` } >
5454 <div class ={ ` absolute inset-0 bg-gradient-to-br ${colors .from } ${colors .to } rounded-2xl transform rotate-1 group-hover:rotate-2 transition-transform duration-300 ` } ></div >
5555 <div class ={ ` relative bg-base-100 rounded-2xl border border-base-300 p-6 text-center hover:shadow-lg ${colors .hoverBorder } ${colors .hoverShadow } transition-all duration-300 grid grid-rows-[1fr_auto] ` } >
56- <div class ={ ` text-4xl font-bold bg-gradient-to-br ${colors .gradientFrom } ${colors .gradientTo } bg-clip-text text-transparent mb-2 self-center ` } >
56+ <div class ={ ` text-4xl p-4 font-bold bg-gradient-to-br ${colors .gradientFrom } ${colors .gradientTo } bg-clip-text text-transparent mb-2 self-center ` } >
5757 { value }
5858 </div >
5959 <div class =" text-sm text-base-content/70" >{ label } </div >
You can’t perform that action at this time.
0 commit comments