Skip to content

Commit 41c7864

Browse files
geroplgtsiolis
andauthored
[dashboard] Review comments fonts and colors
Co-authored-by: George Tsiolis <[email protected]>
1 parent 4b1b86e commit 41c7864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/teams/TeamUsage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function TeamUsage() {
248248
return (
249249
<div
250250
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"
252252
>
253253
<div className="flex flex-col col-span-2 my-auto">
254254
<span className="text-gray-600 dark:text-gray-100 text-md font-medium">
@@ -267,7 +267,7 @@ function TeamUsage() {
267267
</span>
268268
</div>
269269
<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">
271271
{usage.credits.toFixed(1)}
272272
</span>
273273
<span className="text-right truncate text-sm text-gray-400 dark:text-gray-500">

0 commit comments

Comments
 (0)