We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5761865 commit bfc9639Copy full SHA for bfc9639
src/components/InstallPWA.astro
@@ -3,7 +3,7 @@
3
---
4
<div id="install-pwa" class="hidden">
5
<p>Add website to home screen and get easy access to the schedule!</p>
6
- <button id="install-btn" class="button-link font-bold text-lg px-4 py-4 rounded-lg inline-flex items-center justify-center leading-4 transition-colors duration-200 not-prose border text-text
+ <button id="install-btn" class="button-link font-bold text-lg px-4 py-4 rounded-lg inline-flex items-center justify-center leading-4 transition-colors duration-200 not-prose border text-white
7
bg-primary hover:bg-primary-hover border-transparent">Add to home screen</button>
8
</div>
9
0 commit comments