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 8da4ed5 commit 9b275e8Copy full SHA for 9b275e8
src/components/ui/PWAInstallButton.tsx
@@ -70,13 +70,10 @@ const PWAInstallButton = () => {
70
71
72
<div
73
- onClick={handleInstall}
74
- className="hidden md:flex items-center gap-3 rounded-full px-5 py-2 text-white cursor-pointer"
75
- style={{
76
- backgroundColor: "#130e1f",
77
- border: "1.5px solid #FFFFFF26",
78
- }}
79
- >
+ onClick={handleInstall}
+ className="hidden md:flex items-center gap-3 rounded-full px-5 py-2 text-white cursor-pointer bg-[#130e1f] border border-[#FFFFFF26] border-[1.5px]"
+>
+
80
<Image
81
src="/papers_logo.png"
82
alt="Papers App"
0 commit comments