mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-02 14:19:56 +00:00
fix(ui): improve tier header contrast in quota tooltip
This commit is contained in:
@@ -231,7 +231,7 @@ export function AccountCard({
|
|||||||
if (!models || models.length === 0) return null;
|
if (!models || models.length === 0) return null;
|
||||||
return (
|
return (
|
||||||
<div key={tier} className="space-y-0.5">
|
<div key={tier} className="space-y-0.5">
|
||||||
<div className="text-[10px] uppercase tracking-wider text-muted-foreground/70 font-semibold border-b border-border/30 pb-0.5">
|
<div className="text-[10px] uppercase tracking-wider text-muted-foreground font-semibold border-b border-border/50 pb-0.5">
|
||||||
{getTierLabel(tier)}
|
{getTierLabel(tier)}
|
||||||
</div>
|
</div>
|
||||||
{models.map((m) => (
|
{models.map((m) => (
|
||||||
|
|||||||
@@ -361,7 +361,7 @@ export function AccountItem({
|
|||||||
if (!models || models.length === 0) return null;
|
if (!models || models.length === 0) return null;
|
||||||
return (
|
return (
|
||||||
<div key={tier} className="space-y-0.5">
|
<div key={tier} className="space-y-0.5">
|
||||||
<div className="text-[10px] uppercase tracking-wider text-muted-foreground/70 font-semibold border-b border-border/30 pb-0.5">
|
<div className="text-[10px] uppercase tracking-wider text-muted-foreground font-semibold border-b border-border/50 pb-0.5">
|
||||||
{getTierLabel(tier)}
|
{getTierLabel(tier)}
|
||||||
</div>
|
</div>
|
||||||
{models.map((m) => (
|
{models.map((m) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user