Fix style problems

This commit is contained in:
AaronDewes 2022-08-09 09:00:43 +00:00
parent 55344f8a9d
commit 16e78847a2
9 changed files with 17 additions and 19 deletions

View file

@ -18,7 +18,7 @@ module.exports = function(name, url) {
<input
type="text"
id="share-url"
class="w-full my-4 border rounded-lg leading-loose h-12 px-2 py-1 dark:bg-grey-80"
class="w-full my-4 border-default rounded-lg leading-loose h-12 px-2 py-1 dark:bg-grey-80"
value="${url}"
readonly="true"
/>