fix: install pwa button when light

This commit is contained in:
YunYouJun
2022-05-01 20:23:05 +08:00
parent d2534f748f
commit be4b155043
3 changed files with 101 additions and 101 deletions

View File

@@ -21,7 +21,7 @@ const install = () => {
<template>
<Transition>
<div v-if="app.deferredPrompt" text="center" m="t-2">
<button class="shadow" bg="green-500" p="x-4 y-0" m="2" @click="install">
<button class="shadow" text="white" bg="green-500" p="x-4 y-0" m="2" @click="install">
安装
</button>
</div>