File tree 1 file changed +2
-2
lines changed
components/dashboard/src/teams
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ function TeamUsage() {
248
248
return (
249
249
< div
250
250
key = { usage . instanceId }
251
- className = "flex p-3 grid grid-cols-12 gap-x-3 justify-between transition ease-in-out rounded-xl dark:bg-gray-800 "
251
+ className = "flex p-3 grid grid-cols-12 gap-x-3 justify-between transition ease-in-out rounded-xl"
252
252
>
253
253
< div className = "flex flex-col col-span-2 my-auto" >
254
254
< span className = "text-gray-600 dark:text-gray-100 text-md font-medium" >
@@ -267,7 +267,7 @@ function TeamUsage() {
267
267
</ span >
268
268
</ div >
269
269
< div className = "flex flex-col my-auto" >
270
- < span className = "text-right text-gray-500 dark:text-gray-400 font-semibold " >
270
+ < span className = "text-right text-gray-500 dark:text-gray-400 font-medium " >
271
271
{ usage . credits . toFixed ( 1 ) }
272
272
</ span >
273
273
< span className = "text-right truncate text-sm text-gray-400 dark:text-gray-500" >
You can’t perform that action at this time.
0 commit comments