chore: fix wrong classname color text (#5252)
This commit is contained in:
parent
079f206044
commit
82736c96b1
@ -219,7 +219,7 @@ export function DownloadManagement() {
|
|||||||
<p className="text-left-panel-fg/80 font-medium">Downloads</p>
|
<p className="text-left-panel-fg/80 font-medium">Downloads</p>
|
||||||
<div className="mt-2 flex items-center justify-between space-x-2">
|
<div className="mt-2 flex items-center justify-between space-x-2">
|
||||||
<Progress value={overallProgress * 100} />
|
<Progress value={overallProgress * 100} />
|
||||||
<span className="text-xs font-medium text-main-view-fg/80 shrink-0">
|
<span className="text-xs font-medium text-left-panel-fg/80 shrink-0">
|
||||||
{Math.round(overallProgress * 100)}%
|
{Math.round(overallProgress * 100)}%
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -228,7 +228,7 @@ export function DownloadManagement() {
|
|||||||
<div className="fixed bottom-4 left-4 z-50 size-10 bg-main-view border-2 border-main-view-fg/10 rounded-full shadow-md cursor-pointer flex items-center justify-center">
|
<div className="fixed bottom-4 left-4 z-50 size-10 bg-main-view border-2 border-main-view-fg/10 rounded-full shadow-md cursor-pointer flex items-center justify-center">
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<IconDownload
|
<IconDownload
|
||||||
className="text-main-view-fg/50 -mt-1"
|
className="text-left-panel-fg/50 -mt-1"
|
||||||
size={20}
|
size={20}
|
||||||
/>
|
/>
|
||||||
<div className="bg-primary font-bold size-5 rounded-full absolute -top-4 -right-4 flex items-center justify-center text-primary-fg">
|
<div className="bg-primary font-bold size-5 rounded-full absolute -top-4 -right-4 flex items-center justify-center text-primary-fg">
|
||||||
|
|||||||
@ -517,12 +517,12 @@ function ProviderDetail() {
|
|||||||
})
|
})
|
||||||
) : (
|
) : (
|
||||||
<div className="-mt-2">
|
<div className="-mt-2">
|
||||||
<div className="flex items-center gap-2 text-left-panel-fg/80">
|
<div className="flex items-center gap-2 text-main-view-fg/80">
|
||||||
<h6 className="font-medium text-base">
|
<h6 className="font-medium text-base">
|
||||||
No model found
|
No model found
|
||||||
</h6>
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-left-panel-fg/60 mt-1 text-xs leading-relaxed">
|
<p className="text-main-view-fg/70 mt-1 text-xs leading-relaxed">
|
||||||
Available models will be listed here. If you don't have
|
Available models will be listed here. If you don't have
|
||||||
any models yet, visit the
|
any models yet, visit the
|
||||||
<Link to={route.hub}>Hub</Link>
|
<Link to={route.hub}>Hub</Link>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user