fix: add doc modal styling

This commit is contained in:
Timothy J. Baek 2024-03-18 17:03:08 -07:00
parent b188143f01
commit bc5d322cbb

View file

@ -138,7 +138,7 @@
/>
<button
class="w-full text-sm font-medium py-3 bg-gray-850 hover:bg-gray-800 text-center rounded-xl"
class="w-full text-sm font-medium py-3 bg-gray-100 hover:bg-gray-200 dark:bg-gray-850 dark:hover:bg-gray-800 text-center rounded-xl"
type="button"
on:click={() => {
uploadDocInputElement.click();