Commit 3fd1a4a 1 parent 907f21f commit 3fd1a4a Copy full SHA for 3fd1a4a
File tree 1 file changed +3
-3
lines changed
components/layouts/components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,20 +147,20 @@ export const NotificationsPrompt = () => {
147
147
148
148
< section className = "w-full md:px-56 px-4 mt-10 z-40 flex flex-col items-start container mx-auto" >
149
149
< 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" >
151
151
FlutterconKe want to show notifications!
152
152
</ p >
153
153
< div className = "flex flex-wrap w-full justify-between items-center mt-6" >
154
154
< button
155
155
type = "button"
156
- className = "btn-secondary px-6"
156
+ className = "btn-accent px-6"
157
157
onClick = { ( ) => promptNotifications ( ) }
158
158
>
159
159
Allow
160
160
</ button >
161
161
< button
162
162
type = "button"
163
- className = "btn-accent px-6"
163
+ className = "btn-secondary px-6"
164
164
onClick = { ( ) => rejectPrompt ( ) }
165
165
>
166
166
Block
You can’t perform that action at this time.
0 commit comments