forked from open-webui/open-webui
fix: pull model digest text styling
This commit is contained in:
parent
19ec26ab63
commit
b391c92036
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@
|
|||
{pullProgress ?? 0}%
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-1 text-xs dark:text-gray-700" style="font-size: 0.5rem;">
|
||||
<div class="mt-1 text-xs dark:text-gray-500" style="font-size: 0.5rem;">
|
||||
{digest}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue