mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +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;
|
||||
return (
|
||||
<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)}
|
||||
</div>
|
||||
{models.map((m) => (
|
||||
|
||||
@@ -361,7 +361,7 @@ export function AccountItem({
|
||||
if (!models || models.length === 0) return null;
|
||||
return (
|
||||
<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)}
|
||||
</div>
|
||||
{models.map((m) => (
|
||||
|
||||
Reference in New Issue
Block a user