Skip to content

Commit bfc9639

Browse files
committed
Fix btn color
1 parent 5761865 commit bfc9639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InstallPWA.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
<div id="install-pwa" class="hidden">
55
<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
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-white
77
bg-primary hover:bg-primary-hover border-transparent">Add to home screen</button>
88
</div>
99

0 commit comments

Comments
 (0)