fix: pull model digest text styling

This commit is contained in:
Timothy J. Baek 2023-12-02 17:11:27 -08:00
parent 19ec26ab63
commit b391c92036

View file

@ -739,7 +739,7 @@
{pullProgress ?? 0}% {pullProgress ?? 0}%
</div> </div>
</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} {digest}
</div> </div>
</div> </div>