updated password input style

This commit is contained in:
Danny Coates 2019-02-26 15:06:50 -08:00
parent 0b8eae11de
commit b6941345a7
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -13,7 +13,9 @@ function password(state, emit) {
class="h-full w-full flex flex-col items-center justify-center bg-white py-8"
>
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
<p class="w-full mb-4 md:w-4/5 font-light text-center">
<p
class="w-full mb-4 md:w-4/5 font-light text-center text-grey-darkest leading-normal"
>
${state.translate('downloadMessage')}
</p>
<form