Skip to content

Commit 3fd1a4a

Browse files
committed
fixed color btn
1 parent 907f21f commit 3fd1a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/layouts/components/NotificationsPrompt.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,20 @@ export const NotificationsPrompt = () => {
147147

148148
<section className="w-full md:px-56 px-4 mt-10 z-40 flex flex-col items-start container mx-auto">
149149
<div className="bg-black dark:bg-black-dark p-4 md:p-8 justify-center items-center rounded-xl">
150-
<p className="text-accent dark:text-accent text-sm">
150+
<p className="text-accent dark:text-primary text-sm">
151151
FlutterconKe want to show notifications!
152152
</p>
153153
<div className="flex flex-wrap w-full justify-between items-center mt-6">
154154
<button
155155
type="button"
156-
className="btn-secondary px-6"
156+
className="btn-accent px-6"
157157
onClick={() => promptNotifications()}
158158
>
159159
Allow
160160
</button>
161161
<button
162162
type="button"
163-
className="btn-accent px-6"
163+
className="btn-secondary px-6"
164164
onClick={() => rejectPrompt()}
165165
>
166166
Block

0 commit comments

Comments
 (0)