set camera icon always stroke white (#1434)

This commit is contained in:
Radamés Ajna 2022-05-31 14:10:07 -07:00 committed by GitHub
parent c96075a7b7
commit 6a6cea795f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@
</div>
{/if}
{:else}
<div class="w-2/4 h-2/4 dark:text-white opacity-80">
<div class="w-2/4 h-2/4 text-white opacity-80">
<Camera />
</div>
{/if}